From 2311664ba16313e7bec1dff13afa80675b5d6972 Mon Sep 17 00:00:00 2001 From: George Karr Date: Wed, 6 Aug 2025 13:40:50 -0700 Subject: [PATCH] Update .coderabbit.yaml (#31678) --- .coderabbit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 89d7aeaf8d..26ff6ac76e 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -13,5 +13,8 @@ reviews: collapse_walkthrough: false auto_review: enabled: false + path_instructions: + - path: "**/*.go" + instructions: "When reviewing SQL queries that are added or modified, ensure that appropriate filtering criteria are applied—especially when a query is intended to return data for a specific entity (e.g., a single host). Check for missing WHERE clauses or incorrect filtering that could lead to incorrect or non-deterministic results (e.g., returning the first row instead of the correct one). Flag any queries that may return unintended results due to lack of precise scoping." chat: auto_reply: false