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…
Reference in New Issue