Skip to content

Commit

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

* Remove ktlint:compose:modifier-composable-check

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
  • Loading branch information
renovate[bot] and Goooler authored Dec 12, 2024
1 parent cb0b27d commit 4cc6fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ object PlaceholderDefaults {
* on/off screen. The boolean parameter defined for the transition is [visible].
*/
// TODO: need to migrate to Modifier.Node, see https://mrmans0n.github.io/compose-rules/rules/#avoid-modifier-extension-factory-functions
@Suppress("ktlint:compose:modifier-composable-check", "ktlint:compose:modifier-composed-check")
@Suppress("ktlint:compose:modifier-composed-check")
@Composable
fun Modifier.placeholder(
visible: Boolean,
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
target("src/**/*.kt")
ktlint().customRuleSets(
listOf(
"io.nlopez.compose.rules:ktlint:0.4.19",
"io.nlopez.compose.rules:ktlint:0.4.22",
),
).editorConfigOverride(
mapOf(
Expand Down

0 comments on commit 4cc6fd5

Please sign in to comment.