Skip to content

Commit 9345906

Browse files
committed
Update LongMethod threshold to 70
1 parent c77b43b commit 9345906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/detekt/detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ complexity:
7777
threshold: 600
7878
LongMethod:
7979
active: true
80-
threshold: 60
80+
threshold: 70
8181
LongParameterList:
8282
active: true
8383
threshold: 6

0 commit comments

Comments
 (0)