Skip to content

Commit 38de99a

Browse files
committed
Add config for biome and hadolint
1 parent b326b25 commit 38de99a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/guides/configure-coderabbit.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,11 @@ YAML settings:
144144
- **`enabled`**: Enable integration, defaults to true.
145145
- **`shellcheck`**: Configuration for `shellcheck` integration.
146146
- **`enabled`**: Enable integration, defaults to true.
147+
- **`biome`**: Configuration for `biome` integration.
148+
- **`enabled`**: Enable integration, defaults to true.
149+
- **`hadolint`**: Configuration for `hadolint` integration.
150+
- **`enabled`**: Enable integration, defaults to true.
147151
- **`languagetool`**: Configuration for `languagetool` integration.
148-
149152
- **`enabled`**: Enable integration, defaults to true.
150153
- **`level`**: The level of the rule. It can be one `default` or `picky`.
151154
If set to `picky`, additional rules will be activated, i.e. rules that
@@ -178,6 +181,10 @@ YAML settings:
178181
enabled: true
179182
shellcheck:
180183
enabled: true
184+
biome:
185+
enabled: true
186+
hadolint:
187+
enabled: true
181188
languagetool:
182189
enabled: true
183190
enabled_only: false

0 commit comments

Comments
 (0)