Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

c688486 · Jul 18, 2024

History

History
29 lines (16 loc) · 689 Bytes

detekt.md

File metadata and controls

29 lines (16 loc) · 689 Bytes
title sidebar_label description
Detekt
Detekt
CodeRabbit's guide to Detekt.

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