Skip to content

Commit

Permalink
Merge pull request #442 from kiwicom/renovate/org.jmailen.kotlinter-3.x
Browse files Browse the repository at this point in the history
chore(deps): update plugin kotlinter to v3.15.0
  • Loading branch information
hrach committed May 29, 2023
2 parents 7acc5be + 520de12 commit 66de58f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ ij_kotlin_imports_layout=*,^
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ktlint_experimental = enabled
ktlint_experimental_property-naming = disabled
ktlint_experimental_function-naming = disabled
ktlint_standard_property-naming = disabled
ktlint_standard_function-naming = disabled
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin-la
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin-lang" }
mavenPublish = { id = "com.vanniktech.maven.publish.base", version.ref = "mavenPublish" }
dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin-dokka" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.14.0" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.15.0" }
paparazzi = { id = "app.cash.paparazzi", version = "1.2.0" }
appDistribution = { id = "com.google.firebase.appdistribution", version = "4.0.0" }

0 comments on commit 66de58f

Please sign in to comment.