You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current Detekt configuration from the template, it doesn't adapt well to Composable UI components. There are several new set of rules for Jetpack Compose that you might need for your project.
We can integrate the Twitter Jetpack Compose Rules detekt plugin to keep on top of any changes to detekt rules and improve our Jetpack Compose code quality.
Who Benefits?
Developers
Acceptance Criteria
Add the compose-rules gradle plugin to template-compose
Update detekt-config.yml to activate the rules
The text was updated successfully, but these errors were encountered:
Why
With the current Detekt configuration from the template, it doesn't adapt well to Composable UI components. There are several new set of rules for Jetpack Compose that you might need for your project.
We can integrate the Twitter Jetpack Compose Rules detekt plugin to keep on top of any changes to detekt rules and improve our Jetpack Compose code quality.
Who Benefits?
Developers
Acceptance Criteria
template-compose
detekt-config.yml
to activate the rulesThe text was updated successfully, but these errors were encountered: