17 lines
379 B
INI
17 lines
379 B
INI
|
[MESSAGES CONTROL]
|
||
|
disable=
|
||
|
too-many-lines,
|
||
|
missing-module-docstring,
|
||
|
missing-function-docstring,
|
||
|
missing-class-docstring,
|
||
|
line-too-long,
|
||
|
too-many-arguments,
|
||
|
too-many-branches,
|
||
|
superfluous-parens,
|
||
|
invalid-name,
|
||
|
too-many-locals,
|
||
|
too-many-public-methods,
|
||
|
too-many-statements,
|
||
|
arguments-differ,
|
||
|
too-many-return-statements
|