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 9b63332 commit 56e1bb7Copy full SHA for 56e1bb7
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: 7 #todo: zero out
+ maxIssues: 6 #todo: zero out
6
7
formatting:
8
Indentation:
@@ -41,6 +41,10 @@ exceptions:
41
excludes: [ '**/test/**' ]
42
43
complexity:
44
+ NestedBlockDepth:
45
+ threshold: 5
46
+ TooManyFunctions:
47
+ thresholdInClasses: 15
48
LongParameterList:
49
functionThreshold: 8
50
LongMethod:
0 commit comments