-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
86 lines (69 loc) · 1.58 KB
/
.coderabbit.yaml
File metadata and controls
86 lines (69 loc) · 1.58 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# CodeRabbit AI Code Review Configuration
# https://docs.coderabbit.ai/reference/configuration
# Review settings
reviews:
# Review pull requests
auto_review:
enabled: true
drafts: false # Skip draft PRs
# Request changes for critical issues
request_changes_workflow: true
# High-level summary
high_level_summary: true
# Poem style summary (disable for professional output)
poem: false
# Review level: 'concise' or 'comprehensive'
review_status: "comprehensive"
# Collapse walkthrough
collapse_walkthrough: false
# Language settings
language: "en-US"
# Branch/PR ignore patterns
ignore:
# Branches to skip
branches:
- "main"
- "master"
- "dependabot/**"
# PR title patterns to skip
titles:
- "WIP:"
- "[skip ci]"
- "chore(deps):"
# Path-specific configuration
path_filters:
# Skip auto-generated files
excluded:
- "**/*.log"
- "**/dist/**"
- "**/build/**"
- "**/node_modules/**"
- "**/.turbo/**"
- "**/pnpm-lock.yaml"
- "**/package-lock.json"
# Focus areas for review
included:
- "apps/**/*.{ts,tsx,js,jsx}"
- "packages/**/*.{ts,tsx,js,jsx}"
- "**/*.md"
# Early access features
early_access: true
# Tools configuration
tools:
# AST-based parsing for deeper analysis
ast_grep:
enabled: true
# GitHub integration
github:
enabled: true
# Chat settings
chat:
# Auto-reply to questions
auto_reply: true
# Knowledge base
knowledge_base:
# Learnings from past reviews
learnings: true
# Optional: Path to custom knowledge base files
# paths:
# - ".claude/**/*.md"