Skip to content

Add config for biome and hadolint #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 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
9 changes: 8 additions & 1 deletion docs/guides/configure-coderabbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,11 @@ YAML settings:
- **`enabled`**: Enable integration, defaults to true.
- **`shellcheck`**: Configuration for `shellcheck` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`biome`**: Configuration for `biome` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`hadolint`**: Configuration for `hadolint` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`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 @@ -178,6 +181,10 @@ YAML settings:
enabled: true
shellcheck:
enabled: true
biome:
enabled: true
hadolint:
enabled: true
languagetool:
enabled: true
enabled_only: false
Expand Down