-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
77 lines (54 loc) · 1.58 KB
/
.coderabbit.yaml
File metadata and controls
77 lines (54 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
# ==========================================
# CodeRabbit - 개인 포트폴리오 프로젝트
# 무료 플랜 안정 + 균형형 리뷰 설정
# ==========================================
# 리뷰 언어 고정
language: "ko-KR"
# 과하지 않고 개선 중심 피드백 요청
tone_instructions: "가독성, 유지보수성, 설계 관점에서 개선점을 구체적으로 제안해주세요."
# 무료 플랜 사용
enable_free_tier: true
reviews:
# smart = 과도하게 잡지 않고 필요한 부분 중심
profile: chill
# PR 전체 요약 제공
high_level_summary: true
# GitHub 상태 체크 표시
review_status: true
commit_status: true
# 다이어그램 비활성화 (토큰 절약)
sequence_diagrams: false
# 혼자 개발이므로 연관 분석 기능 제거
assess_linked_issues: false
related_issues: false
related_prs: false
# 리뷰어/라벨 기능 제거 (AI만 사용)
suggested_reviewers: false
suggested_labels: false
auto_apply_labels: false
auto_assign_reviewers: false
auto_review:
enabled: true
# 수정된 부분만 재리뷰 (무료 플랜 핵심 옵션)
auto_incremental_review: true
drafts: false
ignore_title_keywords:
- "WIP"
base_branches:
- "main"
# 실제 코드만 리뷰
path_filters:
- "src/**"
# 빌드/캐시/외부 라이브러리 제외
- "!build/**"
- "!.gradle/**"
- "!node_modules/**"
# 문서 파일 제외 (토큰 절약)
- "!*.md"
chat:
auto_reply: true
knowledge_base:
code_guidelines:
enabled: true
learnings:
scope: local