76d71f034e
* Remove unused imports.
* Clean up ConfigParser usage in ansible-test.
* Fix bare except statements in ansible-test.
* Miscellaneous cleanup from PyCharm inspections.
* Enable pylint no-self-use for ansible-test.
* Remove obsolete pylint ignores for Python 3.7.
* Fix shellcheck issuers under newer shellcheck.
* Use newer path for ansible-test.
* Fix issues in code-smell tests.
(cherry picked from commit ac492476e5
)
18 lines
363 B
Text
18 lines
363 B
Text
[MESSAGES CONTROL]
|
|
|
|
disable=
|
|
too-few-public-methods,
|
|
too-many-arguments,
|
|
too-many-branches,
|
|
too-many-instance-attributes,
|
|
too-many-lines,
|
|
too-many-locals,
|
|
too-many-nested-blocks,
|
|
too-many-return-statements,
|
|
too-many-statements,
|
|
unused-import,
|
|
|
|
[BASIC]
|
|
|
|
method-rgx=[a-z_][a-z0-9_]{2,40}$
|
|
function-rgx=[a-z_][a-z0-9_]{2,40}$
|