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
commit835317647894b0f8c5a15273081c951bfd2f5d86 (patch)
tree8db6288f1876dd5bee1af8cd80b83e7affd457df /pylintrc
parentaefc2a91cbd76bc65b98248179f42fad126b516b (diff)
downloadpython-coveragepy-git-835317647894b0f8c5a15273081c951bfd2f5d86.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 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})