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 86242e6871
Enable wildcard import pylint (#35786)
* Wildcard imports should be taken care of.  Enable the pylint check for them
* Remove wildcard import code-smell test as we're now checking via pylint
* Add unused-wildcard-import as ignored in our compat code.

These three files use wildcard imports so that they can export
symbols in a compatible location.  The real code lives elsewhere.
So disable the pylint tests for the relevant sections of code.
7 years ago
..
ansible-var-precedence-check.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
azure-requirements.py Fix ansible-test default image. (#31966) 7 years ago
boilerplate.sh Update code smell blacklists (#35621) 7 years ago
configure-remoting-ps1.sh Add test for `ConfigureRemotingForAnsible.ps1`. 8 years ago
empty-init.sh Enhance empty __init__ code-smell to check module_utils (#33438) 7 years ago
inappropriately-private.sh Cleanup and fixes for code smell scripts. 8 years ago
integration-aliases.py Test placement (#21801) 8 years ago
line-endings.sh Windows: Use the correct newline sequence for the platform (#21846) 8 years ago
no-assert.py Remove uses of assert in production code (#32079) 7 years ago
no-basestring.sh Remove automatic use of system six 7 years ago
no-dict-iteritems.sh Remove automatic use of system six 7 years ago
no-dict-iterkeys.sh Remove automatic use of system six 7 years ago
no-dict-itervalues.sh Remove automatic use of system six 7 years ago
no-get-exception.sh Remove get_exception from modules 7 years ago
no-illegal-filenames.py change .encode to to_bytes (#35522) 7 years ago
no-smart-quotes.sh Add pslint sanity test. (#35303) 7 years ago
no-tests-as-filters.py Fix tests as filters 5 (#34406) 7 years ago
no-underscore-variable.sh Move import sanity test files into own directory. (#35593) 7 years ago
no-unicode-literals.sh [fix] no-unicode-literals sanity error on ansible.egg-info (#30446) 7 years ago
replace-urlopen.sh Remove automatic use of system six 7 years ago
required-and-default-attributes.sh Test reorganization and cleanup. (#18270) 8 years ago
shebang.sh Add PSScriptAnalyzer to default container. 7 years ago
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 Update module_utils.six to latest (#22855) 8 years ago