-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
51 lines (48 loc) · 948 Bytes
/
.coderabbit.yaml
File metadata and controls
51 lines (48 loc) · 948 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
46
47
48
49
50
51
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:
- "!dist/**"
- "!**/*.min.js"
- "!**/*.min.css"
- "!**/node_modules/**"
- "!**/.next/**"
- "!**/package-lock.json"
- "!**/pnpm-lock.yaml"
tools:
gitleaks:
enabled: true
hadolint:
enabled: true
actionlint:
enabled: true
yamllint:
enabled: true
markdownlint:
enabled: true
eslint:
enabled: true
shellcheck:
enabled: true
chat:
auto_reply: true
knowledge_base:
learnings:
scope: "local"
code_guidelines:
enabled: true
filePatterns:
- "AGENTS.md"
- "CLAUDE.md"