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

Make UnstableCollections rule opt-in #256

Closed mrmans0n closed 2 months ago

mrmans0n commented 2 months ago

Compose is enabling soon strong skipping by defualt, which will make this rule unuseful. I'm updating it to be opt-in, so it won't be an issue if people keep their current configs, while new users will be able to choose while having a sensible default.

Closes #251