34 lines
705 B
INI
34 lines
705 B
INI
[MASTER]
|
|
jobs = 0
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable =
|
|
# TODO(ssbarnea): remove temporary skips adding during initial adoption:
|
|
broad-except,
|
|
duplicate-code,
|
|
fixme,
|
|
global-statement,
|
|
invalid-name,
|
|
line-too-long,
|
|
missing-class-docstring,
|
|
missing-function-docstring,
|
|
missing-module-docstring,
|
|
no-member,
|
|
protected-access,
|
|
redefined-outer-name,
|
|
super-init-not-called,
|
|
super-with-arguments,
|
|
too-few-public-methods,
|
|
too-many-arguments,
|
|
too-many-branches,
|
|
too-many-instance-attributes,
|
|
too-many-locals,
|
|
too-many-statements,
|
|
unused-argument,
|
|
unused-variable,
|
|
useless-object-inheritance,
|
|
|
|
[REPORTS]
|
|
output-format=colorized
|