Skip to content

Commit 60dc2b0

Browse files
committed
style: detekt
1 parent ac6cce2 commit 60dc2b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

detekt.yml

Lines changed: 3 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: 18 #todo: zero out
5+
maxIssues: 13 #todo: zero out
66

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

4343
complexity:
44+
NestedBlockDepth:
45+
threshold: 5
4446
TooManyFunctions:
4547
thresholdInClasses: 15
4648
LongParameterList:

0 commit comments

Comments
 (0)