-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
65 lines (52 loc) · 1.45 KB
/
Copy path.coderabbit.yaml
File metadata and controls
65 lines (52 loc) · 1.45 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
53
54
55
56
57
58
59
60
61
62
63
64
65
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: 'en-US'
reviews:
profile: 'assertive'
high_level_summary: true
review_status: true
collapse_walkthrough: false
auto_review:
enabled: true
drafts: false
auto_incremental_review: true
base_branches:
- main
- develop
path_instructions:
- path: 'apps/backend/**'
instructions: |
Review as a senior backend engineer.
Prioritize:
- Authentication and authorization
- Input validation
- API contract changes
- Performance regressions
- Breaking changes
- Security vulnerabilities
- path: 'apps/frontend/**'
instructions: |
Review as a senior frontend engineer.
Prioritize:
- Accessibility
- User experience regressions
- State management correctness
- API integration issues
- XSS vulnerabilities
- path: 'apps/contracts/**'
instructions: |
Review as a senior smart contract auditor.
Prioritize:
- Access control
- Reentrancy
- Upgradeability safety
- State transition correctness
- Event emission correctness
- path: 'packages/**'
instructions: |
Review shared code for:
- Backward compatibility
- Type safety
- Breaking API changes
- Cross-application impact
chat:
auto_reply: true