Skip to content

Commit 9e32600

Browse files
committed
add code rabbit config
1 parent d9309c3 commit 9e32600

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.coderabbit.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
language: "en-US"
3+
early_access: false
4+
reviews:
5+
poem: false
6+
high_level_summary: false
7+
collapse_walkthrough: true
8+
path_instructions:
9+
- path: "**/*.{js,ts,tsx,rs}"
10+
instructions: |
11+
1. No error handling.
12+
2. No unused imports, variables, or functions.
13+
3. For comments, keep it minimal. It should be about "Why", not "What".
14+
chat:
15+
auto_reply: false

0 commit comments

Comments
 (0)