1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Move min-similarity-lines to new section

This is the correct place for a newer version of pylint.
This commit is contained in:
Tim Byrne
2019-10-01 08:03:09 -05:00
parent b411f9d74f
commit 234055190b

View File

@@ -6,6 +6,8 @@ max-args=14
max-locals=28
max-attributes=8
max-statements=65
[SIMILARITIES]
min-similarity-lines=6
[MESSAGES CONTROL]