Track Ktlint updates
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user