Track Ktlint updates

This commit is contained in:
Goooler
2026-02-02 10:56:58 +08:00
parent cc70e1bde9
commit e4483eb3fe
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ spotless {
}
kotlin {
target("lawnchair/src/**/*.kt")
ktlint("1.8.0").customRuleSets([
ktlint(libs.ktlint.get().version).customRuleSets([
libs.composeRules.get().toString()
]).editorConfigOverride([
"ktlint_compose_compositionlocal-allowlist": "disabled",
+2
View File
@@ -139,6 +139,8 @@ rikka-refine-runtime = { group = "dev.rikka.tools.refine", name = "runtime", ver
smartspacer-sdk = "com.kieronquinn.smartspacer:sdk-client:1.1.2"
xdrop-fuzzywuzzy = "me.xdrop:fuzzywuzzy:1.4.0"
errorprone-annotations = "com.google.errorprone:error_prone_annotations:2.46.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"
google-guava = { group = "com.google.guava", name = "guava", version.ref = "guava" }