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.
2017-11-30 15:47:38 -08:00
..
ansible-var-precedence-check.py
azure-requirements.py Fix ansible-test default image. (#31966) 2017-10-20 08:48:01 -07:00
boilerplate.sh Add boilerplate and remove wildcard imports for openstack modules (#31461) 2017-10-09 09:56:26 -07:00
configure-remoting-ps1.sh
empty-init.sh Enhance empty __init__ code-smell to check module_utils (#33438) 2017-11-30 15:47:38 -08:00
inappropriately-private.sh
integration-aliases.py
line-endings.sh
no-assert.py Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
no-basestring.sh
no-dict-iteritems.sh
no-dict-iterkeys.sh
no-dict-itervalues.sh
no-get-exception.sh Update test cases 2017-10-09 21:41:02 -07:00
no-smart-quotes.sh Add a code-smell test for smart quotes and remove smart quotes from all files 2017-09-18 16:49:16 -07:00
no-underscore-variable.sh Generate whitelist of current files using underscore variable and enable test 2017-11-08 09:32:58 -08:00
no-unicode-literals.sh [fix] no-unicode-literals sanity error on ansible.egg-info (#30446) 2017-09-21 12:47:24 -07:00
no-wildcard-import.sh Update test cases 2017-10-09 21:41:02 -07:00
replace-urlopen.sh
required-and-default-attributes.sh
shebang.sh
skip.txt Generate whitelist of current files using underscore variable and enable test 2017-11-08 09:32:58 -08:00
test-constraints.sh Fix ansible-test default image. (#31966) 2017-10-20 08:48:01 -07:00
use-argspec-type-path.sh Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
use-compat-six.sh