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.
2018-02-06 15:17:49 -08:00
..
ansible-var-precedence-check.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
azure-requirements.py Fix ansible-test default image. (#31966) 2017-10-20 08:48:01 -07:00
boilerplate.sh Update code smell blacklists (#35621) 2018-02-01 12:24:07 -08:00
configure-remoting-ps1.sh Add test for ConfigureRemotingForAnsible.ps1. 2017-01-06 10:40:13 -08:00
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 Test placement (#21801) 2017-02-22 12:43:45 -08:00
line-endings.sh Windows: Use the correct newline sequence for the platform (#21846) 2017-03-23 19:47:10 -07:00
no-assert.py Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
no-basestring.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-dict-iteritems.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-dict-iterkeys.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-dict-itervalues.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-get-exception.sh Remove get_exception from modules 2018-02-06 07:49:24 -08:00
no-illegal-filenames.py change .encode to to_bytes (#35522) 2018-01-31 08:58:03 +10:00
no-smart-quotes.sh Add pslint sanity test. (#35303) 2018-01-24 17:22:14 -08:00
no-tests-as-filters.py Fix tests as filters 5 (#34406) 2018-01-03 12:10:24 -06:00
no-underscore-variable.sh Move import sanity test files into own directory. (#35593) 2018-02-01 09:52:31 -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
replace-urlopen.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
required-and-default-attributes.sh
shebang.sh Add PSScriptAnalyzer to default container. 2018-01-24 08:36:28 -08:00
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 Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00