From 38de99a642d0820aa8fee7fd2cb91c455b0f9da9 Mon Sep 17 00:00:00 2001 From: Hasit Mistry Date: Thu, 23 May 2024 13:26:31 -0700 Subject: [PATCH] Add config for biome and hadolint --- docs/guides/configure-coderabbit.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/guides/configure-coderabbit.md b/docs/guides/configure-coderabbit.md index 1798351e..9b0d2437 100644 --- a/docs/guides/configure-coderabbit.md +++ b/docs/guides/configure-coderabbit.md @@ -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 @@ -178,6 +181,10 @@ YAML settings: enabled: true shellcheck: enabled: true + biome: + enabled: true + hadolint: + enabled: true languagetool: enabled: true enabled_only: false