Skip to content

Releases: mrmans0n/compose-rules

v0.4.19

19 Nov 14:40
6d26a95
Compare
Choose a tag to compare

What's changed

  • Ignore lambdas that dont return Unit in ContentSlotReused (#377) @mrmans0n
  • Update dependency com.charleskorn.kaml:kaml to v0.65.0 (#374) @renovate
  • Update plugin com.gradle.develocity to v3.18.2 (#373) @renovate

v0.4.18

12 Nov 19:31
Compare
Choose a tag to compare

What's changed

v0.4.17

28 Oct 10:20
f4ee25c
Compare
Choose a tag to compare

What's changed

v0.4.16

14 Oct 10:21
1d0a44d
Compare
Choose a tag to compare

Note

This version contains a fix for the detekt default config: ContentSlotReused wasn't enabled by default and it should have been. The new test in #348 caught the issue, so now it's enabled by default. That test is already paying for itself 😆

What's changed

v0.4.15

03 Oct 14:11
Compare
Choose a tag to compare

What's changed

v0.4.14

03 Oct 12:40
e149a74
Compare
Choose a tag to compare

What's changed

v0.4.13

03 Oct 11:43
Compare
Choose a tag to compare

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

v0.4.12

10 Sep 07:28
6358a3a
Compare
Choose a tag to compare

What's changed

v0.4.11

30 Aug 08:01
93ea8af
Compare
Choose a tag to compare

Changelog

v0.4.10

07 Aug 14:33
Compare
Choose a tag to compare

Changelog

  • Prevent false positives in ModifierReused due to early returns (#317) @mrmans0n
  • Ignore modifier factory functions in ModifierMissing/ModifierWithoutDefault (#314) @mrmans0n
  • Stop content emitter detection also by contentEmittersDenylist (#313) @mrmans0n