Skip to content

Commit

Permalink
Update plugin kotlinter to v4.2.0 (#240)
Browse files Browse the repository at this point in the history
* Update plugin kotlinter to v4.2.0

* Relax linter rules around argument comments

---------

Co-authored-by: David Taylor <david.taylor@juul.com>
  • Loading branch information
juul-mobile-bot and davidtaylor-juul committed Feb 7, 2024
1 parent a8bf162 commit 768c5e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ktlint_standard_blank-line-before-declaration = disabled
ktlint_standard_function-signature = disabled
ktlint_standard_no-blank-line-in-list = disabled
ktlint_standard_no-empty-first-line-in-class-body = disabled
ktlint_standard_value-argument-comment = disabled
ktlint_standard_value-parameter-comment = disabled

# `string-template-indent` is disabled because it depends on `multiline-expression-wrapping`.
ktlint_standard_multiline-expression-wrapping = 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 @@ -15,6 +15,6 @@ binary-compatibility-validator = { id = "binary-compatibility-validator", versio
dokka = { id = "org.jetbrains.dokka", version = "1.9.10" }
kotlin-js = { id = "org.jetbrains.kotlin.js", version.ref = "kotlin" }
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" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.27.0" }

0 comments on commit 768c5e0

Please sign in to comment.