Skip to content

Commit 56e1bb7

Browse files
committed
style: detekt
1 parent 9b63332 commit 56e1bb7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

detekt.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/detekt/detekt/blob/master/detekt-core/src/main/resources/default-detekt-config.yml
33

44
build:
5-
maxIssues: 7 #todo: zero out
5+
maxIssues: 6 #todo: zero out
66

77
formatting:
88
Indentation:
@@ -41,6 +41,10 @@ exceptions:
4141
excludes: [ '**/test/**' ]
4242

4343
complexity:
44+
NestedBlockDepth:
45+
threshold: 5
46+
TooManyFunctions:
47+
thresholdInClasses: 15
4448
LongParameterList:
4549
functionThreshold: 8
4650
LongMethod:

0 commit comments

Comments
 (0)