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
azure-requirements.py
boilerplate.sh Update code smell blacklists (#35621) 7 years ago
configure-remoting-ps1.sh
empty-init.sh
inappropriately-private.sh
integration-aliases.py
line-endings.sh
no-assert.py
no-basestring.sh
no-dict-iteritems.sh
no-dict-iterkeys.sh
no-dict-itervalues.sh
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
no-underscore-variable.sh Move import sanity test files into own directory. (#35593) 7 years ago
no-unicode-literals.sh
replace-urlopen.sh
required-and-default-attributes.sh
shebang.sh Add PSScriptAnalyzer to default container. 7 years ago
skip.txt
test-constraints.sh
use-argspec-type-path.sh
use-compat-six.sh