Increase allowed functions count in detekt config.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
Yahor Berdnikau 2017-08-23 22:30:48 +02:00
parent 5a20082938
commit e71d8a09af
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ complexity:
ComplexMethod:
threshold: 10
TooManyFunctions:
threshold: 10
threshold: 20
ComplexCondition:
threshold: 3
LabeledExpression: