-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
75 lines (66 loc) · 1.56 KB
/
.coderabbit.yaml
File metadata and controls
75 lines (66 loc) · 1.56 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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: ja
early_access: false
enable_free_tier: true
tone_instructions: |
簡潔かつ具体的にレビューすること。
このプロジェクトは "Less is more" と "YAGNI" を設計原則としている。
過剰設計や不要な抽象化を指摘すること。
Rust の所有権・借用システムを活かした設計を重視すること。
reviews:
profile: assertive
request_changes_workflow: false
high_level_summary: true
high_level_summary_placeholder: "@coderabbitai summary"
review_status: true
commit_status: true
collapse_walkthrough: true
sequence_diagrams: false
poem: false
abort_on_close: true
path_filters:
- "!references/**"
- "!target/**"
- "!.claude/**"
- "!.codex*/**"
- "!.gemini/**"
- "!.cursor/**"
- "!.opencode/**"
- "!.takt/**"
- "!.kiro/**"
- "!openspec/**"
auto_review:
enabled: true
drafts: false
base_branches:
- main
finishing_touches:
docstrings:
enabled: false
unit_tests:
enabled: false
labeling_instructions: []
tools:
clippy:
enabled: true
gitleaks:
enabled: true
ast-grep:
essential_rules: true
knowledge_base:
opt_out: false
learnings:
scope: auto
issues:
scope: auto
pull_requests:
scope: auto
code_guidelines:
enabled: true
filePatterns:
- "CLAUDE.md"
- ".agent/rules/*.md"
- ".agent/rules/rust/*.md"
- ".agent/skills/*/SKILL.md"
chat:
auto_reply: true