Skip to content

Commit 3a45541

Browse files
committed
Disable too-many-lines pylint rule.
1 parent 16944ca commit 3a45541

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ confidence=
5757
disable=fixme,
5858
missing-docstring,
5959
invalid-name
60+
too-many-lines
6061
# Enable the message, report, category or checker with the given id(s). You can
6162
# either give multiple identifier separated by comma (,) or put this option
6263
# multiple time (only on the command line, not in the configuration file where

.pylintrc37

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ disable=invalid-name,
146146
no-else-return,
147147
useless-object-inheritance,
148148
possibly-unused-variable
149+
too-many-lines
149150

150151
# Enable the message, report, category or checker with the given id(s). You can
151152
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)