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.
2 parents 9c9c2b0 + 2c21776 commit c9e99a2Copy full SHA for c9e99a2
build.gradle.kts
@@ -88,7 +88,7 @@ dependencies {
88
annotationProcessor("io.vertx:vertx-codegen:$vertxVersion:processor")
89
kapt(findProject("codegen") ?: project(":protocol:codegen"))
90
91
- detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0")
+ detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.22.0")
92
}
93
94
tasks.withType<JavaCompile> {
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