diff options
Diffstat (limited to 'test/sanity/ignore.txt')
-rw-r--r-- | test/sanity/ignore.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index 89fcd0272d..4b65ff8155 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -196,3 +196,12 @@ test/support/README.md pymarkdown:no-bare-urls test/units/cli/test_data/role_skeleton/README.md pymarkdown:line-length test/integration/targets/find/files/hello_world.gbk no-smart-quotes test/integration/targets/find/files/hello_world.gbk no-unwanted-characters +lib/ansible/galaxy/collection/__init__.py pylint:ansible-deprecated-version-comment # 2.18 deprecation +lib/ansible/playbook/base.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/playbook/play.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/playbook/play_context.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/plugins/action/__init__.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/plugins/loader.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/template/__init__.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/utils/listify.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/vars/manager.py pylint:ansible-deprecated-version # 2.18 deprecation |