v0.4.13
github-actions
released this
03 Oct 11:43
·
39 commits
to refs/heads/main
since this release
Important
In this version, ParameterNaming
was enabled by default unknowingly in detekt. You should add this to your detekt configuration file to disable it, in case you don't want it (as this rule is supposed to be opt-in only). This will be fixed in the next version.
PreviewNaming:
active: false
What's changed
- Add PreviewNaming opt-in rule (#344) @mrmans0n
- Add support to nullable slots in ContentSlotReused (#343) @mrmans0n
- Add ContentSlotReused rule (#342) @mrmans0n
- Update junit5 monorepo to v5.11.1 (#341) @renovate
- Update dependency gradle to v8.10.2 (#339) @renovate
- Add LambdaParameterEventTrailing rule (#338) @mrmans0n
- Update plugin com.gradle.develocity to v3.18.1 (#336) @renovate
- Add explicit mention to the rule id in the docs (#337) @mrmans0n