-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
40 lines (37 loc) · 846 Bytes
/
.coderabbit.yaml
File metadata and controls
40 lines (37 loc) · 846 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
32
33
34
35
36
37
38
39
40
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
reviews:
profile: "assertive"
high_level_summary: true
auto_review:
enabled: true
drafts: false
ignore_title_keywords:
- "wip"
- "draft"
auto_pause_after_reviewed_commits: 0
path_filters:
- "!go.sum"
- "!**/package-lock.json"
- "!**/pnpm-lock.yaml"
- "!**/yarn.lock"
- "!**/*.snap"
- "!**/dist/**"
- "!**/build/**"
- "!**/.vitepress/dist/**"
- "!**/coverage/**"
- "!**/.next/**"
- "!**/site/**"
- "!**/docs/.vitepress/cache/**"
- "!**/*.min.js"
- "!**/*.generated.*"
- "!**/*pb.go"
chat:
auto_reply: true
knowledge_base:
code_guidelines:
enabled: true
filePatterns:
- "CONTRIBUTING.md"
- "README.md"
- "docs/**/*.md"