loosen source line constraints in pylintrc
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 18:01:14 +0000 (20:01 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 18:01:14 +0000 (20:01 +0200)
pylintrc

index 38668d1..d304002 100644 (file)
--- a/pylintrc
+++ b/pylintrc
@@ -125,10 +125,10 @@ no-docstring-rgx=__.*__
 [FORMAT]
 
 # Maximum number of characters on a single line.
-max-line-length=80
+max-line-length=120
 
 # Maximum number of lines in a module
-max-module-lines=1000
+max-module-lines=15000
 
 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
 # tab).