[DESIGN]

# Maximum number of locals for function / method body
max-locals=25

# Maximum number of arguments for function / method
max-args=25

# Maximum number of positional arguments (see R0917).
max-positional-arguments=12
