diff options
author | Matt Clay <matt@mystile.com> | 2018-01-10 12:19:51 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-01-10 14:08:11 -0800 |
commit | 784360385e18b98b8bda457082631809b5c438dc (patch) | |
tree | caaf8c937428db8d8b767fcff25cdf6c37a3a2de /test/sanity/pylint | |
parent | 797664d9cb681a66b3c2e17405d23b9c8723321c (diff) | |
download | ansible-784360385e18b98b8bda457082631809b5c438dc.tar.gz |
Remove already fixed Python 3.7 pylint ignores.
Diffstat (limited to 'test/sanity/pylint')
-rw-r--r-- | test/sanity/pylint/ignore.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sanity/pylint/ignore.txt b/test/sanity/pylint/ignore.txt index 507d83110d..666b0db9a7 100644 --- a/test/sanity/pylint/ignore.txt +++ b/test/sanity/pylint/ignore.txt @@ -1,4 +1,3 @@ -lib/ansible/cli/adhoc.py syntax-error 3.7 lib/ansible/module_utils/network/aci/aci.py ansible-format-automatic-specification lib/ansible/module_utils/network/iosxr/iosxr.py ansible-format-automatic-specification lib/ansible/modules/cloud/amazon/aws_api_gateway.py ansible-format-automatic-specification @@ -89,7 +88,6 @@ lib/ansible/modules/network/nxos/nxos_snapshot.py ansible-format-automatic-speci lib/ansible/modules/network/vyos/vyos_vlan.py ansible-format-automatic-specification lib/ansible/modules/notification/cisco_spark.py ansible-format-automatic-specification lib/ansible/modules/notification/logentries_msg.py ansible-format-automatic-specification -lib/ansible/modules/packaging/os/yum_repository.py syntax-error 3.7 lib/ansible/modules/remote_management/foreman/foreman.py ansible-format-automatic-specification lib/ansible/modules/remote_management/foreman/katello.py ansible-format-automatic-specification lib/ansible/modules/source_control/github_deploy_key.py ansible-format-automatic-specification @@ -148,4 +146,3 @@ test/runner/retry.py missing-docstring 3.7 test/runner/shippable.py missing-docstring 3.7 test/runner/test.py missing-docstring 3.7 test/runner/units/test_diff.py missing-docstring 3.7 -test/units/modules/network/nuage/test_nuage_vspk.py syntax-error 3.7 |