Reorder pylint disables

This commit is contained in:
Florian Bruhin 2017-12-15 17:16:55 +01:00
parent 26a622c46d
commit 4c24b9ed4a

View File

@ -13,35 +13,35 @@ persistent=n
[MESSAGES CONTROL] [MESSAGES CONTROL]
enable=all enable=all
disable=no-self-use, disable=fixme,
fixme, no-self-use,
global-statement,
locally-disabled,
locally-enabled,
too-many-ancestors,
too-few-public-methods,
too-many-public-methods,
cyclic-import, cyclic-import,
bad-continuation, bad-continuation,
too-many-instance-attributes,
blacklisted-name, blacklisted-name,
too-many-lines,
logging-format-interpolation, logging-format-interpolation,
broad-except, broad-except,
bare-except, bare-except,
eval-used, eval-used,
exec-used, exec-used,
global-statement,
ungrouped-imports, ungrouped-imports,
suppressed-message, suppressed-message,
too-many-return-statements,
duplicate-code, duplicate-code,
wrong-import-position, wrong-import-position,
no-else-return, no-else-return,
logging-not-lazy, logging-not-lazy,
locally-disabled,
locally-enabled,
too-many-ancestors,
too-many-public-methods,
too-many-instance-attributes,
too-many-lines,
too-many-return-statements,
too-many-boolean-expressions, too-many-boolean-expressions,
too-many-locals, too-many-locals,
too-many-branches, too-many-branches,
too-many-statements too-many-statements,
too-few-public-methods
[BASIC] [BASIC]
function-rgx=[a-z_][a-z0-9_]{2,50}$ function-rgx=[a-z_][a-z0-9_]{2,50}$