Skip to content

Commit 5324945

Browse files
Update dependency com.pinterest.ktlint:ktlint-cli to v1.8.0 (#1846)
* Update dependency com.pinterest.ktlint:ktlint-cli to v1.8.0 * Disable `mixed-condition-operators` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <[email protected]>
1 parent cba083d commit 5324945

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
1717
ij_kotlin_packages_to_use_import_on_demand = unset
1818
ktlint_code_style = intellij_idea
1919
ktlint_standard_function-expression-body = disabled
20+
ktlint_standard_mixed-condition-operators = disabled
2021

2122
[*.md]
2223
trim_trailing_whitespace = false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pluginPublish = { module = "com.gradle.publish:plugin-publish-plugin", version.r
2929

3030
androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-alpha05"
3131
# Dummy to get renovate updates, the version is used in rootProject build.gradle with spotless.
32-
ktlint = "com.pinterest.ktlint:ktlint-cli:1.7.1"
32+
ktlint = "com.pinterest.ktlint:ktlint-cli:1.8.0"
3333

3434
junit-bom = "org.junit:junit-bom:6.0.1"
3535
assertk = "com.willowtreeapps.assertk:assertk:0.28.1"

0 commit comments

Comments
 (0)