mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Update .coderabbit.yaml (#31678)
This commit is contained in:
parent
a27eced4b3
commit
2311664ba1
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue