Skip to content

Commit 94389bf

Browse files
fix(deps): update dependency org.jmailen.gradle:kotlinter-gradle to v4.3.0 (#1310)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jmailen.gradle:kotlinter-gradle](https://togithub.com/jeremymailen/kotlinter-gradle) | `4.2.0` -> `4.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jmailen.gradle:kotlinter-gradle/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jmailen.gradle:kotlinter-gradle/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jmailen.gradle:kotlinter-gradle/4.2.0/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jmailen.gradle:kotlinter-gradle/4.2.0/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jeremymailen/kotlinter-gradle (org.jmailen.gradle:kotlinter-gradle)</summary> ### [`v4.3.0`](https://togithub.com/jeremymailen/kotlinter-gradle/releases/tag/4.3.0) [Compare Source](https://togithub.com/jeremymailen/kotlinter-gradle/compare/4.2.0...4.3.0) Upgrade to ktlint [1.2.1](https://togithub.com/pinterest/ktlint/releases/tag/1.2.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Krzeminski <git@krzeminski.it>
1 parent 8fc438f commit 94389bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation("org.jetbrains.kotlin:kotlin-serialization:1.9.23")
1313

1414
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5")
15-
implementation("org.jmailen.gradle:kotlinter-gradle:4.2.0")
15+
implementation("org.jmailen.gradle:kotlinter-gradle:4.3.0")
1616

1717
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.0"))
1818
implementation(("org.jetbrains.kotlinx:kotlinx-coroutines-core"))

github-workflows-kt/src/main/kotlin/io/github/typesafegithub/workflows/dsl/HasCustomArguments.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package io.github.typesafegithub.workflows.dsl
33
import kotlinx.serialization.Contextual
44

55
public interface HasCustomArguments {
6-
@Suppress("ktlint:standard:property-naming", "VariableNaming")
6+
@Suppress("ktlint:standard:backing-property-naming", "VariableNaming")
77
public val _customArguments: Map<String, @Contextual Any?>
88
}

github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class GettingStartedSnippets : FunSpec({
2222
2323
// --8<-- [end:getting-started-1]
2424
*/
25-
@Suppress("VariableNaming", "ktlint:standard:property-naming")
25+
@Suppress("VariableNaming", "ktlint:standard:backing-property-naming")
2626
val __FILE__ = File("")
2727
// --8<-- [start:getting-started-3]
2828

0 commit comments

Comments
 (0)