src/tests/gui_pylintrc
changeset 1650 4538ffc7c034
parent 1645 12ab28cc9555
child 1711 f22e9bf2c994
--- a/src/tests/gui_pylintrc	Thu Jan 14 12:06:59 2010 +0000
+++ b/src/tests/gui_pylintrc	Thu Jan 14 15:15:58 2010 +0000
@@ -132,7 +132,7 @@
 max-branchs=50
 
 # Maximum number of statements in function / method body
-max-statements=310
+max-statements=350
 
 # Maximum number of parents for a class (see R0901).
 max-parents=7
@@ -140,7 +140,7 @@
 # Maximum number of attributes for a class (see R0902).
 # Require large number of instance attributes as we are loading up handles to widget elements and only want to do this in init
 # for performance reasons
-max-attributes=200
+max-attributes=250
 
 # Minimum number of public methods for a class (see R0903).
 min-public-methods=0