|
@@ -59,7 +59,7 @@ confidence=
|
|
|
# --enable=similarities". If you want to run only the classes checker, but have
|
|
|
# no Warning level messages displayed, use"--disable=all --enable=classes
|
|
|
# --disable=W"
|
|
|
-disable=attribute-defined-outside-init, import-error, unused-argument, too-few-public-methods, no-self-use
|
|
|
+disable=import-error, unused-argument, unused-variable, too-few-public-methods, no-self-use, locally-disabled
|
|
|
|
|
|
[REPORTS]
|
|
|
|
|
@@ -343,7 +343,7 @@ max-args=5
|
|
|
ignored-argument-names=_.*
|
|
|
|
|
|
# Maximum number of locals for function / method body
|
|
|
-max-locals=15
|
|
|
+max-locals=20
|
|
|
|
|
|
# Maximum number of return / yield for function / method body
|
|
|
max-returns=6
|
|
@@ -358,7 +358,7 @@ max-statements=50
|
|
|
max-parents=7
|
|
|
|
|
|
# Maximum number of attributes for a class (see R0902).
|
|
|
-max-attributes=7
|
|
|
+max-attributes=10
|
|
|
|
|
|
# Minimum number of public methods for a class (see R0903).
|
|
|
min-public-methods=2
|