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 | 4ca33df385f58b7b3da1b3094b90128b9dd8dca2 (patch) | |
tree | 9aab75bbf11e54304242b19af0cc0dd0355087bd | |
parent | 14f0e02cb45551e95d3c03f6589813ce873f1281 (diff) | |
download | python-coveragepy-git-4ca33df385f58b7b3da1b3094b90128b9dd8dca2.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). |