Skip to content

Commit

Permalink
Disable pylint37 too-many-statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Sep 13, 2018
1 parent 91c3ccb commit b97f6c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc37
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ disable=invalid-name,
no-else-return,
useless-object-inheritance,
possibly-unused-variable,
too-many-lines
too-many-lines,
too-many-statements

# 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 b97f6c9

Please sign in to comment.