summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-09-21 09:25:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-09-21 09:25:23 -0400
commitf491f4f37ff2e18090b1f8c74d20a95591f4fc81 (patch)
treec46e77ffe8dcf9a57055c5ce482561177d03c6a2 /pylintrc
parent39538e9f8a93b4cf808e56022483cd04b326fe08 (diff)
downloadpython-coveragepy-git-f491f4f37ff2e18090b1f8c74d20a95591f4fc81.tar.gz
Pylint upgrade and cleanup.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/pylintrc b/pylintrc
index 486bf348..c247fb78 100644
--- a/pylintrc
+++ b/pylintrc
@@ -68,6 +68,8 @@ disable=
# R0201: 42:Tracer.stop: Method could be a function
# E1103: 26:RunTests.test_run_python_file: Instance of 'file' has no 'getvalue' member (but some types could not be inferred)
R0201,E1103,
+# formatting stuff
+ superfluous-parens,bad-continuation,
# Messages that are noisy for now, eventually maybe we'll turn them on:
# 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
@@ -79,9 +81,6 @@ disable=
# (visual studio) and html
output-format=text
-# Include message's id in output
-include-ids=yes
-
# Put messages in a separate file for each module / package specified on the
# command line instead of printing them on stdout. Reports (if any) will be
# written in a file name "pylint_global.[txt|html]".