Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 807 Bytes

detekt.md

File metadata and controls

32 lines (20 loc) · 807 Bytes
title sidebar_label description
detekt
detekt
CodeRabbit's guide to detekt.
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />

detekt is a static code analysis tool specifically designed for Kotlin projects

Files

detekt will run on files with the following extensions:

  • .kt
  • .kts

Configuration

detekt uses a YAML style configuration file.

detekt supports the following config files:

  • User-defined config file set at 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.

Links