Allow modules (node.py) to be 1500 lines. Maybe reduce this someday.

This commit is contained in:
Bob Lantz
2012-04-10 00:02:56 +00:00
parent 548580d817
commit 350fdbfe50
+1 -1
View File
@@ -264,7 +264,7 @@ int-import-graph=
max-line-length=80 max-line-length=80
# Maximum number of lines in a module # Maximum number of lines in a module
max-module-lines=1000 max-module-lines=1500
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab). # tab).