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 fd15dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ confidence=
# --disable=W"
disable=fixme,
missing-docstring,
invalid-name
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
3 changes: 2 additions & 1 deletion .pylintrc37
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ disable=invalid-name,
comprehension-escape,
no-else-return,
useless-object-inheritance,
possibly-unused-variable
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 fd15dd8

Please sign in to comment.