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/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.
6 years ago
..
config Enable wildcard import pylint (#35786) 6 years ago
plugins Add string_format pylint plugin. 7 years ago
ignore.txt Move import sanity test files into own directory. (#35593) 7 years ago
skip.txt Initial pylint support for ansible-test sanity. 7 years ago