summaryrefslogtreecommitdiff
path: root/test/sanity/code-smell/no-underscore-variable.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanity/code-smell/no-underscore-variable.py')
-rwxr-xr-xtest/sanity/code-smell/no-underscore-variable.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanity/code-smell/no-underscore-variable.py b/test/sanity/code-smell/no-underscore-variable.py
index bba6173f7e..2bdd94aa76 100755
--- a/test/sanity/code-smell/no-underscore-variable.py
+++ b/test/sanity/code-smell/no-underscore-variable.py
@@ -121,6 +121,8 @@ def main():
'test/units/modules/cloud/amazon/test_ec2_vpc_nat_gateway.py',
'test/units/modules/cloud/amazon/test_ec2_vpc_vpn.py',
'test/units/modules/system/interfaces_file/test_interfaces_file.py',
+ # These files contain false positives.
+ 'lib/ansible/modules/system/solaris_zone.py',
])
for path in sys.argv[1:] or sys.stdin.read().splitlines():