File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ confidence=
56
56
# --disable=W"
57
57
disable =fixme,
58
58
missing-docstring,
59
- invalid-name
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 @@ -145,7 +145,8 @@ disable=invalid-name,
145
145
comprehension-escape,
146
146
no-else-return,
147
147
useless-object-inheritance,
148
- possibly-unused-variable
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