Skip to content
Snippets Groups Projects
Verified Commit 432b8559 authored by nd's avatar nd
Browse files

disable all checks for ldapalchemy and enable duplicate code check

parent 1d691d6d
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment