Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
detekt-rules-libraries-1.23.6.jar | 2024-03-25 | 14.4 kB | |
detekt-rules-ruleauthors-1.23.6.jar | 2024-03-25 | 15.7 kB | |
detekt-generator-1.23.6-all.jar | 2024-03-25 | 71.0 MB | |
detekt-formatting-1.23.6.jar | 2024-03-25 | 1.3 MB | |
detekt-cli-1.23.6.zip | 2024-03-25 | 64.7 MB | |
detekt-cli-1.23.6-all.jar | 2024-03-25 | 70.8 MB | |
README.md | 2024-03-25 | 1.2 kB | |
v1.23.6 source code.tar.gz | 2024-03-25 | 2.0 MB | |
v1.23.6 source code.zip | 2024-03-25 | 3.0 MB | |
Totals: 9 Items | 212.9 MB | 0 |
1.23.6 - 2024-03-23
This is a point release for Detekt 1.23.0
, where we added support for Kotlin 1.9.23
and fixed several bugs that got reported by the community.
Changelog
- UselessPostfixExpression - Fix [#7037] false positive postfix - #7084
- Don't allow invalid Source Locations - #7030
- UnusedPrivateClass: don't report if private classes are used for type conversion - #6995
- RedundantSuspendModifier: do not report when the function has 'actual' modifier - #6951
- Update dependency gradle to v8.7 - #7080
- Update kotlin monorepo to v1.9.23 - #7027
- Update dependency gradle to v8.6 - #6939
- Update dependency com.android.tools.build:gradle to v8.3.1 - #7070
Contributors
We would like to thank the following contributors that made this release possible: @BraisGabin, @psuzn, @t-kameyama.