Skip to content

Commit

Permalink
Disable too-many-lines pylint rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Sep 12, 2018
1 parent 16944ca commit 3a45541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ confidence=
disable=fixme,
missing-docstring,
invalid-name
too-many-lines
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
Expand Down
1 change: 1 addition & 0 deletions .pylintrc37
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ disable=invalid-name,
no-else-return,
useless-object-inheritance,
possibly-unused-variable
too-many-lines

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

0 comments on commit 3a45541

Please sign in to comment.