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
commita50eced174b55cb9a916c4db670cbf14d55e0bd4 (patch)
tree518f214279ab237c83ea2afb6afde7a43cda97ec
parentae55ce98dc0ed96d7813cad81d6b62c499421686 (diff)
downloadpython-coveragepy-a50eced174b55cb9a916c4db670cbf14d55e0bd4.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 c1e15b1..aa579f8 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).