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
@@ -10,23 +10,23 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
10
10
<ProPlanNotice />
11
11
```
12
12
13
-
[Detekt](https://detekt.dev/) is a static code analysis tool specifically designed for Kotlin projects
13
+
[`detekt`](https://detekt.dev/) is a static code analysis tool specifically designed for Kotlin projects
14
14
15
15
## Files
16
16
17
-
Detekt will run on files with the following extensions:
17
+
`detekt` will run on files with the following extensions:
18
18
19
19
-`.kt`
20
20
-`.kts`
21
21
22
22
## Configuration
23
23
24
-
Detekt uses a YAML style configuration file.
24
+
`detekt` uses a YAML style configuration file.
25
25
26
-
Detekt supports the following config files:
26
+
`detekt` supports the following config files:
27
27
28
-
- 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.
28
+
- 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