We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ad79f commit b41c816Copy full SHA for b41c816
build.gradle.kts
@@ -66,7 +66,7 @@ dependencies {
66
67
testImplementation("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
68
69
- detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0")
+ detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.22.0")
70
}
71
72
configure<app.cash.licensee.LicenseeExtension> {
detekt.yml
@@ -15,6 +15,12 @@ formatting:
15
active: false
16
Wrapping:
17
18
+ ArgumentListWrapping:
19
+ active: false
20
+ MultiLineIfElse:
21
22
+ AnnotationOnSeparateLine:
23
24
25
style:
26
MagicNumber:
0 commit comments