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/configure-coderabbit.md
+2
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ YAML settings:
155
155
- **`enabled`**: Enable integration, defaults to true.
156
156
- **`swiftlint`**: Configuration for `swiftlint` integration.
157
157
- **`enabled`**: Enable integration, defaults to true.
158
+
- **`config_file`**: Path to the `swiftlint` configuration file relative to the repository. This is useful when the configuration file is named differently than the default `.swiftlint.yml` or `.swiftlint.yaml`.
158
159
- **`phpstan`**: Configuration for `phpstan` integration.
159
160
- **`enabled`**: Enable integration, defaults to true.
160
161
- **`level`**: The [rule level](https://phpstan.org/user-guide/rule-levels) to run. Default is "1".
0 commit comments