You cannot 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 0b440a9289 Code smell test for iteritems and itervalues (#19292)
* Code smell test for iteritems and itervalues

* Change the keydict object in authorized_keys so it doesn't throw a false postive

keydict is a bad data structure anyway.  We don't use the iteritems and
itervalues methods so just disable them so that the code-smell tests do
not trigger on it.

* Change release templates so they work with py3
8 years ago
..
boilerplate.sh Fix tests after repo merge. 8 years ago
empty-init.sh Add empty-init code-smell script. (#18406) 8 years ago
inappropriately-private.sh Cleanup and fixes for code smell scripts. 8 years ago
line-endings.sh Clean up code-smell sanity scripts. (#18407) 8 years ago
no-basestring.sh Fix tests after repo merge. 8 years ago
no-dict-iteritems.sh Code smell test for iteritems and itervalues (#19292) 8 years ago
no-dict-itervalues.sh Code smell test for iteritems and itervalues (#19292) 8 years ago
no-iterkeys.sh Add a code-smell test for iterkeys (#18589) 8 years ago
pylint-ansible-test.sh Initial ansible-test implementation. (#18556) 8 years ago
replace-urlopen.sh Clean up code-smell sanity scripts. (#18407) 8 years ago
required-and-default-attributes.sh Test reorganization and cleanup. (#18270) 8 years ago
shebang.sh Clean up code-smell sanity scripts. (#18407) 8 years ago
skip.txt Initial ansible-test implementation. (#18556) 8 years ago
use-compat-six.sh Fix tests after repo merge. 8 years ago