CodeRabbit’s guide to detekt.
detekt
is a static code analysis tool specifically designed for Kotlin projects
detekt
will run on files with the following extensions:
.kt
.kts
detekt
uses a YAML style configuration file.
detekt
supports the following config files:
reviews.tools.detekt.config_file
in your project’s .coderabbit.yaml
file or setting the “Review → Tools → detekt
→ Config File” field in CodeRabbit’s settings page.