-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoderabbit.yaml
More file actions
57 lines (45 loc) · 810 Bytes
/
Copy pathcoderabbit.yaml
File metadata and controls
57 lines (45 loc) · 810 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# CodeRabbit configuration
# https://docs.coderabbit.ai
version: "1"
enable: true
# Review settings
review:
# Auto title placeholder
auto_title_placeholders:
- placeholder: "Review"
type: "default"
# Collapse walkthrough
collapse_walkthrough: false
# High-level summary
high_level_summary: true
# Poem
poem: false
# Review status
review_status: true
# Sequence diagrams
sequence_diagrams: true
# Paths
paths:
# Exclude
exclude:
- "*.md"
- "*.json"
- "*.yml"
- "*.yaml"
- "node_modules/**"
- ".next/**"
- "dist/**"
- "public/**"
# Annotations
annotations:
# Enable annotations
enable: true
# Annotation levels
levels:
- "error"
- "warning"
- "info"
# Chat
chat:
# Auto-reply
auto_reply: false