mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
35 lines
1.5 KiB
YAML
35 lines
1.5 KiB
YAML
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
|
|
#
|
|
# Human view: https://docs.coderabbit.ai/getting-started/configure-coderabbit/
|
|
language: "en-US"
|
|
early_access: true
|
|
enable_free_tier: true
|
|
reviews:
|
|
profile: "chill"
|
|
request_changes_workflow: false
|
|
high_level_summary: true
|
|
poem: false
|
|
review_status: false
|
|
collapse_walkthrough: false
|
|
changed_files_summary: false
|
|
sequence_diagrams: false
|
|
estimate_code_review_effort: false
|
|
suggested_labels: false
|
|
suggested_reviewers: false
|
|
auto_review:
|
|
enabled: true
|
|
path_filters:
|
|
- "!**/*.md" # Don't weigh in on docs changes at this time
|
|
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. Review all SQL queries for possible SQL injection."
|
|
tools:
|
|
github-checks:
|
|
# Engineers should be looking at any CI failures.
|
|
# CodeRabbit should not need to wait for these to complete before giving review recommendations.
|
|
enabled: false
|
|
chat:
|
|
auto_reply: false
|
|
issue_enrichment:
|
|
auto_enrich:
|
|
enabled: false
|