ansible/test/sanity/pylint
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
..
config Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
plugins Add string_format pylint plugin. 2018-01-05 19:59:17 -08:00
ignore.txt Move import sanity test files into own directory. (#35593) 2018-02-01 09:52:31 -08:00
skip.txt