appKODE / detekt-rules-compose

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

New rule: naming #10

Closed BraisGabin closed 2 years ago

BraisGabin commented 2 years ago

The @Composable functions that returns Unit should start with upper case but the @Composable functions that return any other type should start with lower case.