summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-25 16:54:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-25 16:54:35 -0400
commit4ca33df385f58b7b3da1b3094b90128b9dd8dca2 (patch)
tree9aab75bbf11e54304242b19af0cc0dd0355087bd
parent14f0e02cb45551e95d3c03f6589813ce873f1281 (diff)
downloadpython-coveragepy-git-4ca33df385f58b7b3da1b3094b90128b9dd8dca2.tar.gz
I don't mind if modules get really long.
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index c1e15b1e..aa579f88 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -296,7 +296,7 @@ int-import-graph=
max-line-length=79
# Maximum number of lines in a module
-max-module-lines=1000
+max-module-lines=10000
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).