Skip to content

Commit 27c275e

Browse files
committed
Re-apply Detekt customization
1 parent a275e69 commit 27c275e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/detekt/detekt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ complexity:
8888
threshold: 600
8989
LongMethod:
9090
active: true
91-
threshold: 60
91+
threshold: 70
9292
LongParameterList:
9393
active: true
9494
functionThreshold: 6
@@ -610,7 +610,7 @@ style:
610610
active: false
611611
ReturnCount:
612612
active: true
613-
max: 2
613+
max: 3
614614
excludedFunctions: 'equals'
615615
excludeLabeled: false
616616
excludeReturnFromLambda: true

0 commit comments

Comments
 (0)