Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ktlint to v0.48.1 #5661

Merged
merged 1 commit into from
Jan 3, 2023
Merged

Update ktlint to v0.48.1 #5661

merged 1 commit into from
Jan 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.pinterest.ktlint:ktlint-ruleset-experimental 0.48.0 -> 0.48.1 age adoption passing confidence
com.pinterest.ktlint:ktlint-ruleset-standard 0.48.0 -> 0.48.1 age adoption passing confidence
com.pinterest.ktlint:ktlint-core 0.48.0 -> 0.48.1 age adoption passing confidence

Release Notes

pinterest/ktlint

v0.48.1

Compare Source

Added
Removed
Fixed
  • An enumeration class having a primary constructor and in which the list of enum entries is followed by a semicolon then do not remove the semicolon in case it is followed by code element no-semi (#​1733)
  • Add API so that KtLint API consumer is able to process a Kotlin script snippet without having to specify a file path (#​1738)
  • Disable the standard:filename rule whenever Ktlint CLI is run with option --stdin (#​1742)
  • Fix initialization of the logger when --log-level is specified. Throw exception when an invalid value is passed. (#​1749)
  • Fix loading of custom rule set JARs.
  • Rules provided via a custom rule set JAR (Ktlint CLI) or by an API provider are enabled by default. Only rules in the experimental rule set are disabled by default. (#​1747)
Changed
  • Update Kotlin development version to 1.8.0 and Kotlin version to 1.8.0.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 3, 2023
@3flex 3flex added this to the 1.23.0 milestone Jan 3, 2023
@3flex 3flex merged commit b1961a7 into main Jan 3, 2023
@3flex 3flex deleted the renovate/ktlint branch January 3, 2023 21:28
@cortinico cortinico added the notable changes Marker for notable changes in the changelog label Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file notable changes Marker for notable changes in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants