-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
31 lines (31 loc) · 878 Bytes
/
.coderabbit.yaml
File metadata and controls
31 lines (31 loc) · 878 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
language: en-US
early_access: false
reviews:
profile: chill
high_level_summary: true
poem: false
review_status: false
changed_files_summary: false
collapse_walkthrough: true
auto_review:
enabled: true
drafts: false
path_filters:
- "!**/.next/**"
- "!**/node_modules/**"
- "!**/build/**"
- "!**/*.lock"
- "!**/CHANGELOG.md"
- "!**/public/**"
path_instructions:
- path: "**/api/**"
instructions: |
API routes / handlers. Watch for:
- Secret leak: env vars logged or echoed in responses?
- Auth bypass: any unprotected route changing state?
- Rate-limit on user-callable endpoints with side effects?
- path: "**/wallet*/**"
instructions: |
Wallet integration. No private-key handling client-side; signing must go through Privy / external wallet.
chat:
auto_reply: true