-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
45 lines (42 loc) · 821 Bytes
/
.coderabbit.yaml
File metadata and controls
45 lines (42 loc) · 821 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
41
42
43
44
45
language: "en-US"
tone_instructions: "Be direct and concise. No fluff."
reviews:
profile: "chill"
high_level_summary: true
collapse_walkthrough: true
poem: false
sequence_diagrams: false
suggested_reviewers: false
auto_review:
enabled: true
drafts: false
ignore_title_keywords:
- "WIP"
- "DO NOT REVIEW"
path_filters:
- "!build/**"
- "!.gradle/**"
- "!**/*.apk"
- "!**/*.aab"
- "!**/gradle-wrapper.jar"
tools:
gitleaks:
enabled: true
actionlint:
enabled: true
yamllint:
enabled: true
markdownlint:
enabled: true
shellcheck:
enabled: true
chat:
auto_reply: true
knowledge_base:
learnings:
scope: "local"
code_guidelines:
enabled: true
filePatterns:
- "AGENTS.md"
- "CLAUDE.md"