You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
365 B
21 lines
365 B
6 years ago
|
version: "2" # required to adjust maintainability checks
|
||
|
checks:
|
||
|
argument-count:
|
||
|
config:
|
||
|
threshold: 6
|
||
|
complex-logic:
|
||
|
config:
|
||
|
threshold: 9
|
||
|
file-lines:
|
||
|
config:
|
||
|
threshold: 500
|
||
|
method-complexity:
|
||
|
config:
|
||
|
threshold: 9
|
||
|
method-count:
|
||
|
config:
|
||
|
threshold: 40
|
||
|
method-lines:
|
||
|
config:
|
||
|
threshold: 50
|