pull/167/head
cidrblock 2022-04-11 05:36:55 -07:00
parent fd5660ab18
commit 96c7b46584
6 changed files with 48 additions and 0 deletions

View File

@ -1 +1,13 @@
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/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

View File

@ -1 +1,13 @@
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/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

View File

@ -1,2 +1,6 @@
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/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)

View File

@ -1,2 +1,6 @@
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/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)

View File

@ -1,2 +1,6 @@
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/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)

View File

@ -1 +1,13 @@
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/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