summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index ea4f2745..09ac1416 100644
--- a/pylintrc
+++ b/pylintrc
@@ -80,6 +80,7 @@ disable=
# C0103:256:coverage.morf_filename: Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$)
# W0212: 86:Reporter.report_files: Access to a protected member _analyze of a client class
C0103,W0212,
+ duplicate-code,
cyclic-import
msg-template={path}:{line}: {msg} ({symbol})