Newer
Older
[BASIC]
# Good variable names which should always be accepted, separated by a comma
disable=too-many-instance-attributes,
duplicate-code
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=120
[DESIGN]
# Maximum number of locals for function / method body
# Maximum number of arguments for function / method
max-args=10
# Maximum number of public methods
max-public-methods=30
[TYPECHECK]
ignored-modules=lisaconstants