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 7bd0af15d2
Enhance empty __init__ code-smell to check module_utils (#33438)
Empty __init__ will allow us to use python namespaces with all of these
files.  That may be something we want to take advantage of for allowign
them to be expanded by user dirs.  Also might be needed for AnsiballZ or
other wrapper enhancements in the future.
7 years ago
..
ansible-var-precedence-check.py
azure-requirements.py Fix ansible-test default image. (#31966) 7 years ago
boilerplate.sh
configure-remoting-ps1.sh
empty-init.sh Enhance empty __init__ code-smell to check module_utils (#33438) 7 years ago
inappropriately-private.sh
integration-aliases.py
line-endings.sh
no-assert.py Remove uses of assert in production code (#32079) 7 years ago
no-basestring.sh
no-dict-iteritems.sh
no-dict-iterkeys.sh
no-dict-itervalues.sh
no-get-exception.sh
no-smart-quotes.sh
no-underscore-variable.sh Generate whitelist of current files using underscore variable and enable test 7 years ago
no-unicode-literals.sh
no-wildcard-import.sh
replace-urlopen.sh
required-and-default-attributes.sh
shebang.sh
skip.txt Generate whitelist of current files using underscore variable and enable test 7 years ago
test-constraints.sh Fix ansible-test default image. (#31966) 7 years ago
use-argspec-type-path.sh Update ansible-test sanity command. (#31958) 7 years ago
use-compat-six.sh