We want to take the opportunity to thank our Sponsors and our Contributors for testing, bug reporting and helping us release this new version of Detekt. You're more than welcome to join our community on the #detekt channel on KotlinLang's Slack (you can get an invite here).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps io.gitlab.arturbosch.detekt:detekt-formatting from 1.22.0 to 1.23.1.
Release notes
Sourced from io.gitlab.arturbosch.detekt:detekt-formatting's releases.
... (truncated)
Commits
c50ed69
Prepare Detekt 1.23.1 (#6320)fa788eb
Deprecate OptionalWhenBraces rule (#6314)2865763
Add missing jdkHome and languageVersion properties to DetektCreateBaselineTas...21482e0
Reflect Java 20 support in CLI help output (#6277)468af4c
Update dependency gradle to v8.2.1 (#6274)bc249ab
Switch to SLF4J 2.x (#6266)8687e2a
Make InvalidRange aware of rangeUntil operator (#6264)efbcd94
Update kotlin monorepo to v1.9.0 (#6258)7ee3b8a
Update dependency com.pinterest.ktlint:ktlint-ruleset-standard to v0.50.0 (#6...e44a7e8
MaxChainedCallsOnSameLine: don't count class references as chained calls (#6224)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show