Skip to content

Commit

Permalink
fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.3.0 (
Browse files Browse the repository at this point in the history
mihonapp#22)

* fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.3.0

* Update lint rule

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AntsyLich <[email protected]>
  • Loading branch information
renovate[bot] and AntsyLich authored Jun 6, 2024
1 parent c9de8d5 commit 336c5a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ indent_size=4
insert_final_newline=true
trim_trailing_whitespace = true

[*.{json5,yml}]
indent_size=2

[*.{kt,kts}]
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ij_kotlin_name_count_to_use_star_import = 2147483647
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647

# noinspection EditorConfigKeyCorrectness
ktlint_standard_function-expression-body = disabled

[*.{json5,yml}]
indent_size=2
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.4.1"
kotlin = "2.0.0"
ktlint-cli = "1.2.1"
ktlint-cli = "1.3.0"
kotlinx-io = "0.4.0"
maven-publish = "0.28.0"
spotless = "6.25.0"
Expand Down

0 comments on commit 336c5a3

Please sign in to comment.