mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-17 20:20:50 +01:00
Increase allowed functions count in detekt config.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
parent
5a20082938
commit
e71d8a09af
@ -49,7 +49,7 @@ complexity:
|
|||||||
ComplexMethod:
|
ComplexMethod:
|
||||||
threshold: 10
|
threshold: 10
|
||||||
TooManyFunctions:
|
TooManyFunctions:
|
||||||
threshold: 10
|
threshold: 20
|
||||||
ComplexCondition:
|
ComplexCondition:
|
||||||
threshold: 3
|
threshold: 3
|
||||||
LabeledExpression:
|
LabeledExpression:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user