twitter / compose-rules

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

Allow receivers in ComposeNaming rule #79

Closed mrmans0n closed 2 years ago

mrmans0n commented 2 years ago

Ignore cases such as:

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

to be flagged.