twitter / compose-rules

Static checks to aid with a healthy adoption of Compose
https://twitter.github.io/compose-rules
Other
1.35k stars 92 forks source link

Add twitter_compose_ prefix to ktlint rules config entries #98

Closed mrmans0n closed 1 year ago

mrmans0n commented 1 year ago

This patch changes how the rules are named in ktlint, to add a prefix to the rule (which is a common practice, as all config is bundled together which makes it hard to contextualize what it configures). Detekt configs are unchanged, as they are well scoped out of the box in its config files.