mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-15 05:55:06 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| ansible-var-precedence-check.py | ||
| azure-requirements.py | ||
| boilerplate.sh | ||
| 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 | ||
| no-illegal-filenames.py | ||
| no-smart-quotes.sh | ||
| no-tests-as-filters.py | ||
| no-underscore-variable.sh | ||
| no-unicode-literals.sh | ||
| replace-urlopen.sh | ||
| required-and-default-attributes.sh | ||
| shebang.sh | ||
| skip.txt | ||
| test-constraints.sh | ||
| use-argspec-type-path.sh | ||
| use-compat-six.sh | ||