treeherder/pylintrc

39 строки
929 B
INI
Исходник Обычный вид История

[MESSAGES CONTROL]
disable=abstract-class-little-used,
bad-builtin,
bad-classmethod-argument,
bad-continuation,
bad-mcs-classmethod-argument,
bad-mcs-method-argument,
broad-except,
deprecated-lambda,
empty-docstring,
fixme,
invalid-name,
line-too-long,
missing-docstring,
no-init,
no-member,
no-name-in-module,
no-self-argument,
no-self-use,
relative-import,
star-args,
super-init-not-called,
too-few-public-methods,
too-many-ancestors,
too-many-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-public-methods,
too-many-return-statements,
too-many-statements,
wildcard-import,
E1102,
E1103
[REPORTS]
reports=no