We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6cce2 commit 60dc2b0Copy full SHA for 60dc2b0
detekt.yml
@@ -2,7 +2,7 @@
2
# https://github.com/detekt/detekt/blob/master/detekt-core/src/main/resources/default-detekt-config.yml
3
4
build:
5
- maxIssues: 18 #todo: zero out
+ maxIssues: 13 #todo: zero out
6
7
formatting:
8
Indentation:
@@ -41,6 +41,8 @@ exceptions:
41
excludes: [ '**/test/**' ]
42
43
complexity:
44
+ NestedBlockDepth:
45
+ threshold: 5
46
TooManyFunctions:
47
thresholdInClasses: 15
48
LongParameterList:
0 commit comments