Skip to content

Commit

Permalink
Update dependency io.nlopez.compose.rules:ktlint to v0.4.15 (#2388)
Browse files Browse the repository at this point in the history
* Update dependency io.nlopez.compose.rules:ktlint to v0.4.15

* Disable rules

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <[email protected]>
  • Loading branch information
renovate[bot] and Goooler authored Oct 4, 2024
1 parent 8143184 commit 2cce8e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ allprojects {
target("src/**/*.kt")
ktlint().customRuleSets(
listOf(
"io.nlopez.compose.rules:ktlint:0.4.12",
"io.nlopez.compose.rules:ktlint:0.4.15",
),
).editorConfigOverride(
mapOf(
"ktlint_compose_compositionlocal-allowlist" to "disabled",
"ktlint_compose_lambda-param-event-trailing" to "disabled",
"ktlint_compose_content-slot-reused" to "disabled",
),
)
}
Expand Down

0 comments on commit 2cce8e0

Please sign in to comment.