From 6454243269c81c9b7ee1358a44c127a61da3d00a Mon Sep 17 00:00:00 2001 From: Patrick Dillon Date: Wed, 10 Jun 2026 22:13:58 -0400 Subject: [PATCH] coderabbit: fix tools format Coderabbit config is complaining about config formatting: Validation error: Unrecognized key: "tools" Fixes this by including tools within the review block. --- .coderabbit.yaml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index d9e170423c9..4635f5421d1 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -102,22 +102,21 @@ reviews: User-facing documentation. Ensure accuracy, check for broken links, and verify command examples actually work. Flag outdated platform references. - -tools: - golangci-lint: - enabled: true - shellcheck: - enabled: true - yamllint: - enabled: true - hadolint: - enabled: true - gitleaks: - enabled: true - semgrep: - enabled: true - checkov: - enabled: true + tools: + golangci-lint: + enabled: true + shellcheck: + enabled: true + yamllint: + enabled: true + hadolint: + enabled: true + gitleaks: + enabled: true + semgrep: + enabled: true + checkov: + enabled: true chat: auto_reply: true