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

Allow receivers in ComposeNaming rule #79

Closed mrmans0n closed 1 year ago

mrmans0n commented 1 year ago

Ignore cases such as:

@Composable
fun MviViewModel<...>.onEffect(...) { }

to be flagged.