From 350fdbfe5032c25d01c0436ee98fe9d75503af89 Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Tue, 10 Apr 2012 00:02:56 +0000 Subject: [PATCH] Allow modules (node.py) to be 1500 lines. Maybe reduce this someday. --- .pylint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylint b/.pylint index de4ac448..19127487 100644 --- a/.pylint +++ b/.pylint @@ -264,7 +264,7 @@ int-import-graph= max-line-length=80 # 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 # tab). -- GitLab