Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Update SwiftLint configuration file path #47

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guides/configure-coderabbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ YAML settings:
- **`enabled`**: Enable integration, defaults to true.
- **`swiftlint`**: Configuration for `swiftlint` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`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`.
- **`phpstan`**: Configuration for `phpstan` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`level`**: The [rule level](https://phpstan.org/user-guide/rule-levels) to run. Default is "1".
Expand Down Expand Up @@ -199,6 +200,7 @@ YAML settings:
enabled: true
swiftlint:
enabled: true
config_file: ".custom-swiftlint.yaml"
phpstan:
enabled: true
level: "1"
Expand Down