nova/pylintrc
2010-08-09 12:20:47 -04:00

11 lines
171 B
INI

[Basic]
method-rgx=[a-z_][a-z0-9_]{2,50}$
[MESSAGES CONTROL]
# TODOs in code comments are fine...
disable-msg=W0511
[Design]
max-public-methods=100
min-public-methods=0