From 096a68198225da16df57e4d137198e36153f4afc Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 10 Jan 2020 10:04:01 -0800 Subject: Ignore false positive in sanity test. --- test/sanity/code-smell/no-underscore-variable.py | 2 ++ 1 file changed, 2 insertions(+) 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(): -- cgit v1.2.1