From 234055190b90f4a316103b10296418dbab6b58f2 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Tue, 1 Oct 2019 08:03:09 -0500 Subject: [PATCH] Move min-similarity-lines to new section This is the correct place for a newer version of pylint. --- pylintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pylintrc b/pylintrc index 1ced5a6..13f768e 100644 --- a/pylintrc +++ b/pylintrc @@ -6,6 +6,8 @@ max-args=14 max-locals=28 max-attributes=8 max-statements=65 + +[SIMILARITIES] min-similarity-lines=6 [MESSAGES CONTROL]