-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
65 lines (56 loc) · 1.88 KB
/
.coderabbit.yaml
File metadata and controls
65 lines (56 loc) · 1.88 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
# CodeRabbit configuration - https://docs.coderabbit.ai/guides/configure-coderabbit
language: "en-US"
early_access: false
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
auto_review:
enabled: true
drafts: false
ignore_title_keywords:
- "WIP"
- "DO NOT MERGE"
- "DRAFT"
path_filters:
# Exclude git-crypt encrypted directories from reviews (see .gitattributes)
- "!launcher/**"
- "!console/**"
- "!pilot/**"
- "!docs/site/api/**"
path_instructions:
# Test files - brief review focused on coverage
- path: "**/tests/**"
instructions: |
Review test code briefly. Focus on:
- Test coverage for the feature being tested
- Proper mocking of external dependencies
- Clear test names that describe behavior
Skip detailed style comments.
- path: "**/*_test.py"
instructions: |
Review test code briefly. Focus on coverage and proper mocking.
- path: "**/test_*.py"
instructions: |
Review test code briefly. Focus on coverage and proper mocking.
# Installer code - focus on idempotency and error handling
- path: "installer/**/*.py"
instructions: |
Review installer code for:
- Idempotency (can be run multiple times safely)
- Proper error handling and user feedback
- Cross-platform compatibility
# Shell scripts - focus on portability
- path: "*.sh"
instructions: |
Review shell scripts for POSIX compatibility and proper error handling.
# GitHub workflows
- path: ".github/workflows/**"
instructions: |
Review workflows for security best practices and proper permissions.
chat:
auto_reply: true