github detekt/detekt v1.23.4

latest releases: v1.23.6, v1.23.5
5 months ago

1.23.4 - 2023-11-26

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.21 and fixed several bugs that
got reported by the community.

Notable Changes
  • fix(deps): update kotlin monorepo to v1.9.21 - #6642
  • fix(deps): update kotlin monorepo to v1.9.20 - #6572
Changelog
  • Update the ruleset regex to allow numbers - #6635
  • Show deprecation message - #6614
  • Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest - #6613
  • Don't report FunctionNaming when the function's name equals to the return type's name with type arguments - #6605
  • Fix issues related to kotlin-stdlib's Gradle module metadata in Kotlin 1.9.20 - #6590
  • MethodSignature - Add the condition of receiver should be null - #6570
  • Remove check for deprectated functions toUpperCase and toLowerCase - #6548
  • Fixes false positive of trailing whitespaces in kdoc - #6370
Dependency Updates
  • Update tested AGP version to 8.1.3 - #6610
  • Switch to kctfork for Kotlin compilation testing - #6589
Contributors

We would like to thank the following contributors that made this release possible: @3flex, @BraisGabin, @Gosunet, @atulgpt, @t-kameyama

Don't miss a new detekt release

NewReleases is sending notifications on new releases.