mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-07-25 16:55:48 -04:00
7341318fb4
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.
34 lines
611 B
YAML
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
|