Forgot to add this file which was added for the Makefile
[ejpi] / support / pylint.rc
index 3b73f77..37b9725 100644 (file)
@@ -208,7 +208,7 @@ max-statements=50
 max-parents=7
 
 # Maximum number of attributes for a class (see R0902).
-max-attributes=7
+max-attributes=15
 
 # Minimum number of public methods for a class (see R0903).
 min-public-methods=1