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
560 stars 22 forks source link

Add ParameterNaming rule #267

Closed mrmans0n closed 4 months ago

mrmans0n commented 4 months ago

Adds a new rule to ensure lambda parameters on composables that send events (e.g. start with on) are in present tense.

Fixes #266