mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ac492476e5
* 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.
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}$
|