File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ val preMerge = tasks.register("preMerge") {
57
57
plugins {
58
58
id(" com.android.library" ).version(" 3.5.3" ).apply (false )
59
59
id(" com.yelp.codegen.plugin" ).version(" 1.4.1" ).apply (false )
60
- id(" io.gitlab.arturbosch.detekt" ).version(" 1.4 .0" ).apply (false )
60
+ id(" io.gitlab.arturbosch.detekt" ).version(" 1.9 .0" ).apply (false )
61
61
kotlin(" android" ).version(" 1.3.70" ).apply (false )
62
62
}
63
63
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ complexity:
64
64
includeStaticDeclarations : false
65
65
ComplexMethod :
66
66
active : true
67
- threshold : 20
67
+ threshold : 15
68
68
ignoreSingleWhenExpression : false
69
69
ignoreSimpleWhenEntries : false
70
70
ignoreNestingFunctions : false
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
jacoco
11
11
kotlin(" jvm" ) version " 1.3.70"
12
12
id(" com.gradle.plugin-publish" ) version " 0.11.0"
13
- id(" io.gitlab.arturbosch.detekt" ) version " 1.4 .0"
13
+ id(" io.gitlab.arturbosch.detekt" ) version " 1.9 .0"
14
14
}
15
15
16
16
java {
@@ -75,7 +75,6 @@ configure<PublishingExtension> {
75
75
}
76
76
77
77
detekt {
78
- toolVersion = " 1.4.0"
79
78
input = files(" src/" )
80
79
config = rootProject.files(" ../config/detekt/detekt.yml" )
81
80
}
You can’t perform that action at this time.
0 commit comments