twitter / compose-rules

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

Add ComposeCompositionLocalNaming to validate CompositionLocal names #83

Closed mrmans0n closed 2 years ago

mrmans0n commented 2 years ago

CompositionLocals should have the Local prefix (so that we know clearly they come from a composition local) as an adjective followed by a descriptive noun for the value they hold.