mirror of https://github.com/ansible/ansible.git
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.
19 lines
363 B
Plaintext
19 lines
363 B
Plaintext
7 years ago
|
[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}$
|