Skip to content

Commit

Permalink
Update plugin.kotlinter to v5 (major) (#368)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.jmailen.kotlinter | `4.5.0` -> `5.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin/4.5.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin/4.5.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[org.jmailen.gradle:kotlinter-gradle](https://redirect.github.com/jeremymailen/kotlinter-gradle)
| `4.5.0` -> `5.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jmailen.gradle:kotlinter-gradle/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jmailen.gradle:kotlinter-gradle/5.0.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.5.0/5.0.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.5.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jeremymailen/kotlinter-gradle
(org.jmailen.gradle:kotlinter-gradle)</summary>

###
[`v5.0.0`](https://redirect.github.com/jeremymailen/kotlinter-gradle/releases/tag/5.0.0)

[Compare
Source](https://redirect.github.com/jeremymailen/kotlinter-gradle/compare/4.5.0...5.0.0)

Major release

- Kotlinter now runs in Gradle worker process isolation yielding much
more stable compatibility with different Kotlin versions
-   You may now override the `ktlintVersion` in configuration
-   Easier inclusion of custom rules

Compatibility breaking changes

- The `kotlinter` configuration property `failBuildWhenCannotAutoFormat`
changed to `ignoreFormatFailures` with default value `true`.
- The `kotlinter` configuration property `ignoreFailures` changed to
`ignoreLintFailures`
- You no longer add custom ktlint rule sets by adding to the
`buildscript` classpath. Instead a more convenient `ktlint` dependency
configuration is provided. See [Custom
Rules](https://redirect.github.com/jeremymailen/kotlinter-gradle?tab=readme-ov-file#custom-rules).

New features

- New `kotlinter` configuration property `ktlintVersion` allows
overriding the default version of ktlint used.

Fixes

-   Support for Kotlin 2.1+

Upgrades

- Ktlint
[1.5.0](https://redirect.github.com/pinterest/ktlint/releases/tag/1.5.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/julioromano/skeleton-android).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent a177ef8 commit 915a82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugin-google-firebase-appDistribution = "5.0.0"
plugin-google-firebase-crashlytics = "3.0.2"
plugin-google-ksp = "2.0.21-1.0.28"
plugin-google-services = "4.4.2"
plugin-kotlinter = "4.5.0"
plugin-kotlinter = "5.0.0"
plugin-playPublisher = "3.12.1"
square-moshi = "1.15.2"
square-okhttp = "4.12.0"
Expand Down

0 comments on commit 915a82f

Please sign in to comment.