Skip to content

Commit

Permalink
chore: Update SwiftLint configuration file path (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasit authored Jun 5, 2024
1 parent 010392e commit 7e2100f
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 7e2100f

Please sign in to comment.