Skip to content

Commit

Permalink
Increase pylint min-similarity-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Apr 16, 2014
1 parent 517c9e6 commit 3dc7238
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ bad-names=foo,bar,baz,tmp
max-line-length=79
ignore-long-lines=<?https?://

[SIMILARITIES]
min-similarity-lines=6

[VARIABLES]
dummy-variables-rgx=_$

Expand Down

0 comments on commit 3dc7238

Please sign in to comment.