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
550 stars 21 forks source link

Detect early returns in content emitter count #312

Closed mrmans0n closed 1 month ago

mrmans0n commented 1 month ago

Early returns were the Achilles heel of the content emitter count algorithm. I've updated it to be able to at least detect the issues that would make it fail detection, even if the count is not going to be accurate, at least the 0 vs 1 calculations would be. Let's see how it holds up.

Fixes #308