src/tests/gui_pylintrc
changeset 1539 608b666a9ced
parent 1512 29ea2bc4074b
child 1572 b1bcb39eb27c
--- a/src/tests/gui_pylintrc	Wed Dec 02 22:07:06 2009 -0600
+++ b/src/tests/gui_pylintrc	Thu Dec 03 10:19:16 2009 +0000
@@ -129,7 +129,7 @@
 max-returns=22
 
 # Maximum number of branch for function / method body
-max-branchs=38
+max-branchs=50
 
 # Maximum number of statements in function / method body
 max-statements=300
@@ -159,7 +159,7 @@
 
 # Maximum number of lines in a module
 # Increased from 1500 as the packagemanager is doing a lot of GUI initialisation that we can't logically put anywhere else.
-max-module-lines=5100
+max-module-lines=6000
 
 # String used as indentation unit. This is usually " " (4 spaces) or
 # "\t" (1 tab).