ansible/test/sanity/code-smell
Toshio Kuratomi 44935a5db6 Add a (disabled) code-smell test for detecting _ variables
We are reserving the _ identifier for i18n work.  Code should use the
identifier dummy for dummy variables instead.

This test is currently skipped as someone needs to generate the list of
files which are currently out of compliance before this can be turned
on.
2017-08-07 11:11:31 -07:00
..
ansible-var-precedence-check.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
boilerplate.sh Add boilerplate to fetch.py 2017-08-03 13:15:12 -07:00
configure-remoting-ps1.sh
empty-init.sh
inappropriately-private.sh
integration-aliases.py
line-endings.sh
no-basestring.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-dict-iteritems.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-dict-iterkeys.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-dict-itervalues.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-get-exception.sh code-smell test changes 2017-08-03 13:15:12 -07:00
no-underscore-variable.sh Add a (disabled) code-smell test for detecting _ variables 2017-08-07 11:11:31 -07:00
no-wildcard-import.sh code-smell test changes 2017-08-03 13:15:12 -07:00
pylint-ansible-test.sh
replace-urlopen.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
required-and-default-attributes.sh
shebang.sh
skip.txt Add a (disabled) code-smell test for detecting _ variables 2017-08-07 11:11:31 -07:00
test-constraints.sh
use-compat-six.sh