Skip to content

Commit

Permalink
Update plugin kotlinter to v4.2.0 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
juul-mobile-bot authored Feb 28, 2024
1 parent 3b68294 commit fca7bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ktlint_standard_string-template-indent = disabled

[sample/**/*.{kt,kts}]
ktlint_standard_no-multi-spaces = disabled
ktlint_standard_value-argument-comment = disabled

# `if-else-wrapping` is disabled because it depends on `discouraged-comment-location`.
ktlint_standard_discouraged-comment-location = disabled
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ atomicfu = { id = "kotlinx-atomicfu", version = "0.21.0" }
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.10" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.1.1" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.2.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.27.0" }
validator = { id = "binary-compatibility-validator", version = "0.13.0" }

0 comments on commit fca7bf5

Please sign in to comment.