Skip to content

Commit

Permalink
Merge pull request #120 from sourceplusplus/renovate/io.gitlab.arturb…
Browse files Browse the repository at this point in the history
…osch.detekt-detekt-formatting-1.x

fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.22.0
  • Loading branch information
BFergerson authored Dec 24, 2022
2 parents 9c9c2b0 + 2c21776 commit c9e99a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
annotationProcessor("io.vertx:vertx-codegen:$vertxVersion:processor")
kapt(findProject("codegen") ?: project(":protocol:codegen"))

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.22.0")
}

tasks.withType<JavaCompile> {
Expand Down
6 changes: 6 additions & 0 deletions detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ formatting:
active: false
Wrapping:
active: false
ArgumentListWrapping:
active: false
MultiLineIfElse:
active: false
AnnotationOnSeparateLine:
active: false

style:
MagicNumber:
Expand Down

0 comments on commit c9e99a2

Please sign in to comment.