diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-25 16:54:35 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-25 16:54:35 -0400 |
commit | a50eced174b55cb9a916c4db670cbf14d55e0bd4 (patch) | |
tree | 518f214279ab237c83ea2afb6afde7a43cda97ec | |
parent | ae55ce98dc0ed96d7813cad81d6b62c499421686 (diff) | |
download | python-coveragepy-a50eced174b55cb9a916c4db670cbf14d55e0bd4.tar.gz |
I don't mind if modules get really long.
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |