14 lines
164 B
INI
14 lines
164 B
INI
|
[MESSAGES CONTROL]
|
||
|
|
||
|
disable=too-many-lines,too-many-public-methods,too-many-statements
|
||
|
|
||
|
|
||
|
[BASIC]
|
||
|
|
||
|
method-rgx=[a-z_][a-z0-9_]{2,50}$
|
||
|
|
||
|
|
||
|
[FORMAT]
|
||
|
|
||
|
max-line-length=120
|