Skip to content

Commit

Permalink
chore: Add config for new tools (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasit authored Jun 3, 2024
1 parent b7882ca commit 5556463
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/guides/configure-coderabbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,14 @@ YAML settings:
- **`enabled`**: Enable integration, defaults to true.
- **`hadolint`**: Configuration for `hadolint` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`golangci-lint`**: Configuration for `golangci-lint` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`swiftlint`**: Configuration for `swiftlint` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`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".
- **`languagetool`**: Configuration for `languagetool` integration.

- **`enabled`**: Enable integration, defaults to true.
- **`level`**: The level of the rule. It can be one `default` or `picky`.
If set to `picky`, additional rules will be activated, i.e. rules that
Expand Down Expand Up @@ -189,6 +195,13 @@ YAML settings:
enabled: true
hadolint:
enabled: true
golangci-lint:
enabled: true
swiftlint:
enabled: true
phpstan:
enabled: true
level: "1"
languagetool:
enabled: true
enabled_only: false
Expand Down

0 comments on commit 5556463

Please sign in to comment.