-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
39 lines (31 loc) · 1.02 KB
/
Copy path.coderabbit.yaml
File metadata and controls
39 lines (31 loc) · 1.02 KB
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
33
34
35
36
37
38
39
# CodeRabbit Configuration
# Documentation: https://docs.coderabbit.ai/guides/configure-coderabbit
# Reduce review noise by focusing on actionable issues
reviews:
# Request changes only for critical/major issues
request_changes_workflow: true
# Reduce comment verbosity
high_level_summary: true
poem: false
review_status: false
# Collapse less important sections
collapse_walkthrough: true
# Only review specific file types
path_filters:
- "!**/package-lock.json" # Skip lock files
- "!**/dist/**" # Skip build output
- "!**/tmp/**" # Skip temporary files
# Focus on important checks
auto_review:
enabled: true
drafts: false
base_branches:
- main
# Reduce nitpick comments
tone_instructions: "Focus only on critical bugs, security issues, and architectural concerns. Skip style nitpicks and minor improvements unless they significantly impact code quality."
# Limit review scope
language: "en-US"
early_access: false
# Custom review instructions
chat:
auto_reply: false