-
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
32 lines (32 loc) · 803 Bytes
/
Copy path.coderabbit.yaml
File metadata and controls
32 lines (32 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
# Path filters: mirror .cursorignore where noted; other entries are explicit exclusions.
language: 'en-US'
early_access: false
reviews:
profile: 'chill'
request_changes_workflow: false
slop_detection:
enabled: true
high_level_summary: true
poem: true
review_status: true
review_details: false
auto_review:
enabled: true
drafts: false
path_filters:
# Generated API reference (matches .cursorignore)
- '!docs/**/reference/**'
# Lock files
- '!**/package-lock.json'
- '!**/yarn.lock'
- '!**/pnpm-lock.yaml'
- '!**/bun.lockb'
- '!**/*.lock'
chat:
auto_reply: true
knowledge_base:
code_guidelines:
enabled: true
filePatterns:
- 'CONTRIBUTING.md'