pylint: Disable too-many-statements
pylint reports kas/includehandler.py:148:4: R0915: Too many statements (58/50) (too-many-statements) All attempts to silence via a local disable didn't work, so disable it on a global level. There is little value in this warning anyway. Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
parent
06f0c20f21
commit
6c30f32b58
@ -65,7 +65,8 @@ 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=too-few-public-methods,locally-disabled,redefined-variable-type
|
||||
disable=too-few-public-methods,locally-disabled,redefined-variable-type,too-many-statements
|
||||
|
||||
|
||||
|
||||
[REPORTS]
|
||||
|
Loading…
Reference in New Issue
Block a user