Files
drop/.coderabbit.yaml
John Smith 7341318fb4 style: add trailing newlines to .coderabbit.yaml + SKILL.md
Both files were introduced in this PR without POSIX-compliant
trailing newlines. EditorConfig 'insert_final_newline=true' (rule
at .editorconfig:9) flagged them in the EditorConfig CI job.

Fix: append single newline to each. No content changes.
2026-07-24 18:02:52 -04:00

34 lines
611 B
YAML

# CodeRabbit configuration
# https://docs.coderabbit.ai/guides/configure-coderabbit
language: en-US
early_access: true
reviews:
request_changes_workflow: false
profile: chill
high_level_summary: true
review_status: true
commit_messages: true
suggested_labels: true
poem: false
path_filters:
- "!**/target/**"
- "!**/node_modules/**"
- "!**/.nuxt/**"
- "!**/.output/**"
- "!**/coverage/**"
- "!**/dist/**"
- "!**/.git/**"
# Auto-review on PRs
auto_review:
enabled: true
drafts: false
ignore_title_keywords:
- "WIP"
- "DRAFT"
chat:
auto_reply: true