From 432b8559e763282302867c7cb85f7ae47bf8a74d Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Sun, 1 Aug 2021 17:23:01 +0200 Subject: [PATCH] disable all checks for ldapalchemy and enable duplicate code check --- .pylintrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.pylintrc b/.pylintrc index 3ea72c68..15059932 100644 --- a/.pylintrc +++ b/.pylintrc @@ -11,7 +11,7 @@ ignore=CVS # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths. -ignore-patterns= +ignore-patterns=ldapalchemy # Python code to execute, usually for sys.path manipulation such as # pygtk.require(). @@ -66,7 +66,6 @@ disable=missing-module-docstring, too-few-public-methods, method-hidden, too-many-ancestors, - duplicate-code, # 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 @@ -124,7 +123,7 @@ ignore-docstrings=yes ignore-imports=no # Minimum lines number of a similarity. -min-similarity-lines=10 +min-similarity-lines=6 [TYPECHECK] -- GitLab