android-templates icon indicating copy to clipboard operation
android-templates copied to clipboard

Integrate the Twitter Jetpack Compose Rules Detekt plugin

Open ryan-conway opened this issue 1 year ago • 0 comments

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

  • Add the compose-rules gradle plugin to template-compose
  • Update detekt-config.yml to activate the rules

ryan-conway avatar Oct 11 '23 06:10 ryan-conway