summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-04 22:15:59 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-04 22:15:59 -0400
commite40e1be4a6b2121794942749f8f550e1408f1f90 (patch)
tree52f8b13b609a0eeeb87ca0586d26890145f8d88d /pylintrc
parent529d774836698679e2fda3bcb201b7fd8cf23086 (diff)
downloadpython-coveragepy-e40e1be4a6b2121794942749f8f550e1408f1f90.tar.gz
Fix pylint warnings
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index ea4f274..09ac141 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})