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
Copy file name to clipboardExpand all lines: docs/guides/tools/detekt.md
+24
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,27 @@ title: Detekt
3
3
sidebar_label: Detekt
4
4
description: CodeRabbit's guide to Detekt.
5
5
---
6
+
7
+
[Detekt](https://detekt.dev/) is a static code analysis tool specifically designed for Kotlin projects
8
+
9
+
## Files
10
+
11
+
Detekt will run on files with the following extensions:
12
+
13
+
-`.kt`
14
+
-`.kts`
15
+
16
+
17
+
## Configuration
18
+
19
+
Detekt uses a YAML style configuration file.
20
+
21
+
22
+
Detekt supports the following config files:
23
+
24
+
- 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.
0 commit comments