-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
61 lines (52 loc) · 1.03 KB
/
.coderabbit.yaml
File metadata and controls
61 lines (52 loc) · 1.03 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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
version: "3"
# Language settings
language: "en-US"
# Review settings
reviews:
# Enable all features
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
# Auto-review PRs
auto_review:
enabled: true
drafts: true
# Review profile
profile: "assertive"
# Files to review
path_filters:
- "!**/*.lock"
- "!**/*.min.js"
- "!**/node_modules/**"
- "!**/.venv/**"
- "!**/dist/**"
# Custom instructions
instructions: |
Focus on:
- Code quality and best practices
- Security vulnerabilities
- Performance optimizations
- Documentation completeness
# Chat settings
chat:
auto_reply: true
# Knowledge base
knowledge_base:
learnings:
scope: "auto"
issues:
scope: "auto"
pull_requests:
scope: "auto"
# Tools
tools:
shellcheck:
enabled: true
ruff:
enabled: true
markdownlint:
enabled: true
github-checks:
enabled: true