New
v1.23.8
1.23.8 - 2025-02-20
This is a point release for Detekt 1.23.0, built against Kotlin 2.0.21, with fixes for several bugs that got reported by the community.
Notable Changes
- fix(deps): Update kotlin to 2.0.21 - #7580
- fix(deps): Update AGP to v8.8.1 - #7879
- fix(deps): update Gradle to v8.12.1 - #7780
Changelog
- UseDataClass: do not report on
expectclasses - #7857 - Fix InjectDispatcher false positives - #7797
- [UnnecessaryParentheses] Allow float/double without integer part - #7751
- Fix
ThrowingExceptionsWithoutMessageOrCausefalse positive - #7715 - Issue #7634: Make
UndocumentedPublicClassconfigurable to flag `com… -