Newer
Older
[BASIC]
# Good variable names which should always be accepted, separated by a comma
[MESSAGE CONTROL]
disable=too-many-instance-attributes
[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