File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ confidence=
57
57
disable =fixme,
58
58
missing-docstring,
59
59
invalid-name
60
+ too-many-lines
60
61
# Enable the message, report, category or checker with the given id(s). You can
61
62
# either give multiple identifier separated by comma (,) or put this option
62
63
# multiple time (only on the command line, not in the configuration file where
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ disable=invalid-name,
146
146
no-else-return,
147
147
useless-object-inheritance,
148
148
possibly-unused-variable
149
+ too-many-lines
149
150
150
151
# Enable the message, report, category or checker with the given id(s). You can
151
152
# either give multiple identifier separated by comma (,) or put this option
You can’t perform that action at this time.
0 commit comments