Fix
parent
4f5497549e
commit
363fac094b
|
@ -1,16 +1,2 @@
|
||||||
plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node
|
plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node
|
||||||
tests/unit/module_utils/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/module_utils/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/module_utils/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/action/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/action/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/action/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/filter/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/filter/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/filter/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/test/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/test/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/test/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
|
|
|
@ -1,16 +1,2 @@
|
||||||
plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node
|
plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node
|
||||||
tests/unit/module_utils/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/module_utils/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/module_utils/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/action/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/action/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/action/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/filter/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/filter/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/filter/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/test/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/test/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/test/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node
|
plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node
|
||||||
tests/unit/mock/loader.py pylint:arguments-renamed
|
tests/unit/mock/loader.py pylint:arguments-renamed
|
||||||
tests/unit/module_utils/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/action/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/filter/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/test/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node
|
plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node
|
||||||
tests/unit/mock/loader.py pylint:arguments-renamed
|
tests/unit/mock/loader.py pylint:arguments-renamed
|
||||||
tests/unit/module_utils/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/action/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/filter/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/test/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
|
|
|
@ -1,16 +1,2 @@
|
||||||
plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node
|
plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node
|
||||||
tests/unit/module_utils/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/module_utils/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/module_utils/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/module_utils/fixtures/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/action/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/action/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/action/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/filter/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/filter/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/filter/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/test/__init__.py empty-init # The __init__ may describe the package (PEP257)
|
|
||||||
tests/unit/plugins/test/__init__.py future-import-boilerplate # Not required in this file
|
|
||||||
tests/unit/plugins/test/__init__.py metaclass-boilerplate # Not required in this file
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
"""Tests for module utilities."""
|
|
|
@ -1 +0,0 @@
|
||||||
"""Fixtures for testing module_utilities."""
|
|
|
@ -1 +0,0 @@
|
||||||
"""Tests for action plugins."""
|
|
|
@ -1 +0,0 @@
|
||||||
"""Tests for filter plugins."""
|
|
|
@ -1 +0,0 @@
|
||||||
"""Tests for test plugins."""
|
|
Loading…
Reference in New Issue