Skip to content

Commit b41c816

Browse files
fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.22.0 (#156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Brandon Fergerson <[email protected]>
1 parent e2ad79f commit b41c816

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666

6767
testImplementation("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
6868

69-
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0")
69+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.22.0")
7070
}
7171

7272
configure<app.cash.licensee.LicenseeExtension> {

detekt.yml

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ formatting:
1515
active: false
1616
Wrapping:
1717
active: false
18+
ArgumentListWrapping:
19+
active: false
20+
MultiLineIfElse:
21+
active: false
22+
AnnotationOnSeparateLine:
23+
active: false
1824

1925
style:
2026
MagicNumber:

0 commit comments

Comments
 (0)