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
2016-12-14 12:16:16 -08:00
..
boilerplate.sh Fix tests after repo merge. 2016-12-08 11:35:19 -05:00
empty-init.sh Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
inappropriately-private.sh
line-endings.sh Clean up code-smell sanity scripts. (#18407) 2016-11-07 16:46:33 -08:00
no-basestring.sh Fix tests after repo merge. 2016-12-08 11:35:19 -05:00
no-dict-iteritems.sh Code smell test for iteritems and itervalues (#19292) 2016-12-14 12:16:16 -08:00
no-dict-itervalues.sh Code smell test for iteritems and itervalues (#19292) 2016-12-14 12:16:16 -08:00
no-iterkeys.sh Add a code-smell test for iterkeys (#18589) 2016-12-13 16:39:03 -08:00
pylint-ansible-test.sh Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
replace-urlopen.sh Clean up code-smell sanity scripts. (#18407) 2016-11-07 16:46:33 -08:00
required-and-default-attributes.sh
shebang.sh Clean up code-smell sanity scripts. (#18407) 2016-11-07 16:46:33 -08:00
skip.txt Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
use-compat-six.sh Fix tests after repo merge. 2016-12-08 11:35:19 -05:00