mrmans0n / compose-rules

Lint rules for ktlint/detekt aimed to contribute to a healthier usage of Compose. Actively maintained and evolved fork of the Twitter Compose rules.
https://mrmans0n.github.io/compose-rules
Other
525 stars 19 forks source link

Don't enable UnstableCollections by default once strong skipping is enabled by default #251

Closed eygraber closed 2 months ago

eygraber commented 2 months ago

Looks like the compose compiler will soon enable strong skipping by default.

It probably makes sense to not enable the UnstableCollections rule by default when that happens (or to toggle it based on whether strong skipping is enabled, although I don't know if that's possible).

mrmans0n commented 2 months ago

Yeah, moving it to opt-in (and ultimately deleting it some time later) sound like a good path forward.