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

Ignore modifier factory functions in ModifierMissing/ModifierWithoutDefault #314

Closed mrmans0n closed 1 month ago

mrmans0n commented 1 month ago

Add special cases to ignore some of the Modifier adjacent rules (ModifierMissing, ModifierWithoutDefault) if the composable function is an extension function for Modifier (aka a Modifier factory function, which is now less frowned upon).