Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
detekt-rules-ruleauthors-1.23.4.jar | 2023-11-26 | 15.7 kB | |
detekt-rules-libraries-1.23.4.jar | 2023-11-26 | 14.4 kB | |
detekt-generator-1.23.4-all.jar | 2023-11-26 | 71.0 MB | |
detekt-formatting-1.23.4.jar | 2023-11-26 | 1.3 MB | |
detekt-cli-1.23.4.zip | 2023-11-26 | 64.7 MB | |
detekt-cli-1.23.4-all.jar | 2023-11-26 | 70.8 MB | |
README.md | 2023-11-26 | 1.8 kB | |
v1.23.4 source code.tar.gz | 2023-11-26 | 2.0 MB | |
v1.23.4 source code.zip | 2023-11-26 | 3.0 MB | |
Totals: 9 Items | 212.8 MB | 2 |
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
Contributors
We would like to thank the following contributors that made this release possible: @3flex, @BraisGabin, @Gosunet, @atulgpt, @t-kameyama