You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/sanity/code-smell
Toshio Kuratomi c82cf791dd
Add a code-smell test for smart quotes and remove smart quotes from all files
9 years ago
..
ansible-var-precedence-check.py Fix undefined variables, basestring usage, and some associated python3 issues 9 years ago
boilerplate.sh Fix wildcard imports, remove get_exception, add boilerplate 9 years ago
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 9 years ago
no-dict-iteritems.sh Remove automatic use of system six 9 years ago
no-dict-iterkeys.sh Remove automatic use of system six 9 years ago
no-dict-itervalues.sh Remove automatic use of system six 9 years ago
no-get-exception.sh Fix wildcard imports, remove get_exception, add boilerplate 9 years ago
no-smart-quotes.sh Add a code-smell test for smart quotes and remove smart quotes from all files 9 years ago
no-underscore-variable.sh Add a (disabled) code-smell test for detecting _ variables 9 years ago
no-unicode-literals.sh Remove use of unicode_literals as it is an anti-pattern 9 years ago
no-wildcard-import.sh Fix wildcard imports, remove get_exception, add boilerplate 9 years ago
pylint-ansible-test.sh
replace-urlopen.sh Remove automatic use of system six 9 years ago
required-and-default-attributes.sh
shebang.sh
skip.txt Add a (disabled) code-smell test for detecting _ variables 9 years ago
test-constraints.sh
use-compat-six.sh