mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
fix(deps): update dependency io.nlopez.compose.rules:ktlint to v0.5.6 (#6293)
* fix(deps): update dependency io.nlopez.compose.rules:ktlint to v0.5.6 * fix: Suppress `State<T>` parameter check --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com>
This commit is contained in:
@@ -509,6 +509,7 @@ spotless {
|
||||
"ktlint_compose_compositionlocal-allowlist": "disabled",
|
||||
"ktlint_compose_lambda-param-event-trailing": "disabled",
|
||||
"ktlint_compose_content-slot-reused": "disabled",
|
||||
"ktlint_compose_state-param-check": "disabled",
|
||||
])
|
||||
}
|
||||
}
|
||||
|
||||
@@ -141,7 +141,7 @@ xdrop-fuzzywuzzy = "me.xdrop:fuzzywuzzy:1.4.0"
|
||||
errorprone-annotations = "com.google.errorprone:error_prone_annotations:2.47.0"
|
||||
# Dummy to get renovate updates, the version is used in rootProject build.gradle with spotless.
|
||||
ktlint = "com.pinterest.ktlint:ktlint-cli:1.8.0"
|
||||
composeRules = "io.nlopez.compose.rules:ktlint:0.5.3"
|
||||
composeRules = "io.nlopez.compose.rules:ktlint:0.5.6"
|
||||
google-guava = { group = "com.google.guava", name = "guava", version.ref = "guava" }
|
||||
|
||||
# Testing (Merged)
|
||||
|
||||
Reference in New Issue
Block a user