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
543 stars 20 forks source link

Make ModifierNotUsedAtRoot honor contentEmittersDenylist #243

Closed mrmans0n closed 4 months ago

mrmans0n commented 4 months ago

Make ModifierNotUsedAtRoot to honor contentEmittersDenylist, so if any non-content emitter (whether default one or provided by config) is in the parent hierarchy of the composable, the rule gets ignored.

Fixes #240