appKODE / detekt-rules-compose

A collection of Detekt rules for Jetpack Compose
MIT License
136 stars 8 forks source link

Improve ComposableEventParameterNaming message #7

Closed BraisGabin closed 2 years ago

BraisGabin commented 2 years ago

Fixes #2

I didn't implement any test because I saw that you aren't testing the messages (and on detekt we don't usually test that either). But let me now if you prefer if I test it.

dimsuz commented 2 years ago

Yep, usually I don't test them unless there are some non-trivial variations of message depending on findings. Thank you