Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
detekt-cli-1.23.8.zip | 2025-02-22 | 64.4 MB | |
detekt-rules-libraries-1.23.8.jar | 2025-02-21 | 13.2 kB | |
detekt-rules-ruleauthors-1.23.8.jar | 2025-02-21 | 13.0 kB | |
detekt-formatting-1.23.8.jar | 2025-02-21 | 1.3 MB | |
detekt-compiler-plugin-2.0.21-1.23.8-all.jar | 2025-02-21 | 2.3 MB | |
detekt-generator-1.23.8-all.jar | 2025-02-21 | 70.1 MB | |
detekt-cli-1.23.8-all.jar | 2025-02-21 | 69.9 MB | |
README.md | 2025-02-21 | 1.5 kB | |
v1.23.8 source code.tar.gz | 2025-02-21 | 2.0 MB | |
v1.23.8 source code.zip | 2025-02-21 | 3.0 MB | |
Totals: 10 Items | 213.1 MB | 0 |
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
expect
classes - #7857 - Fix InjectDispatcher false positives - #7797
- [UnnecessaryParentheses] Allow float/double without integer part - #7751
- Fix
ThrowingExceptionsWithoutMessageOrCause
false positive - #7715 - Issue [#7634]: Make
UndocumentedPublicClass
configurable to flag `com… - #7635 - Fix redundant empty tags in baseline XML - #7625
- MatchingDeclarationName now supports platofrm suffixes - #6426
Contributors
We would like to thank the following contributors that made this release possible: @BraisGabin, @JordanLongstaff, @Nava2, @atulgpt, @eygraber, @lexa-diky, @t-kameyama