Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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