mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-17 06:54:08 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| boilerplate.sh | ||
| empty-init.sh | ||
| inappropriately-private.sh | ||
| line-endings.sh | ||
| no-basestring.sh | ||
| no-dict-iteritems.sh | ||
| no-dict-itervalues.sh | ||
| no-iterkeys.sh | ||
| pylint-ansible-test.sh | ||
| replace-urlopen.sh | ||
| required-and-default-attributes.sh | ||
| shebang.sh | ||
| skip.txt | ||
| use-compat-six.sh | ||