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
[golangci-lint](https://golangci-lint.run/) is a fast Go linters runner.
9
+
10
+
## Files
11
+
12
+
golangci-lint will run on files with the following extensions:
13
+
14
+
-`.go`
15
+
-`go.mod`
16
+
17
+
## Configuration
18
+
19
+
golangci-lint supports the following config files:
20
+
21
+
- User-defined config file set at `reviews.tools.golangci-lint.config_file` in your project's `.coderabbit.yaml` file or setting the "Review → Tools → golangci-lint → Config File" field in CodeRabbit's settings page.
Copy file name to clipboardExpand all lines: docs/guides/tools/swiftlint.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ SwiftLint will run on files with the following extensions:
17
17
18
18
Ruff supports the following config files:
19
19
20
+
- User-defined config file set at `reviews.tools.swiftlint.config_file` in your project's `.coderabbit.yaml` file or setting the "Review → Tools → SwiftLint → Config File" field in CodeRabbit's settings page.
20
21
-`.swiftlint.yaml`
21
22
-`.swiftlint.yml`
22
-
- User-defined config file set at `reviews.tools.swiftlint.config_file` in your project's `.coderabbit.yaml` file or setting the "Review → Tools → SwiftLint → Config File" field in CodeRabbit's settings page.
23
23
24
24
CodeRabbit will use the following settings if no config file is found:
0 commit comments