Move min-similarity-lines to new section
This is the correct place for a newer version of pylint.
This commit is contained in:
parent
b411f9d74f
commit
234055190b
1 changed files with 2 additions and 0 deletions
2
pylintrc
2
pylintrc
|
@ -6,6 +6,8 @@ max-args=14
|
||||||
max-locals=28
|
max-locals=28
|
||||||
max-attributes=8
|
max-attributes=8
|
||||||
max-statements=65
|
max-statements=65
|
||||||
|
|
||||||
|
[SIMILARITIES]
|
||||||
min-similarity-lines=6
|
min-similarity-lines=6
|
||||||
|
|
||||||
[MESSAGES CONTROL]
|
[MESSAGES CONTROL]
|
||||||
|
|
Loading…
Reference in a new issue