-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
52 lines (44 loc) · 1.05 KB
/
.coderabbit.yaml
File metadata and controls
52 lines (44 loc) · 1.05 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
40
41
42
43
44
45
46
47
48
49
50
51
52
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: en-US
early_access: false
reviews:
profile: chill
request_changes_workflow: true
auto_review:
enabled: true
drafts: false
base_branches:
- main
- master
- develop
high_level_summary: true
review_status: true
poem: false
collapse_walkthrough: false
path_instructions:
- path: "**/*.md"
instructions: |
Review documentation for:
- Clarity and accuracy
- Proper formatting
- Working links
- Code example correctness
- path: "tests/**/*"
instructions: |
Review tests for:
- Adequate coverage
- Clear test names
- Proper assertions
- Edge case handling
- path: "**/README.md"
instructions: |
Review README for:
- Clear project description
- Installation instructions
- Usage examples
- Contributing guidelines
chat:
auto_reply: true
knowledge_base:
learnings:
scope: local