-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.coderabbit.yml
More file actions
70 lines (61 loc) · 1.47 KB
/
.coderabbit.yml
File metadata and controls
70 lines (61 loc) · 1.47 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
# CodeRabbit 설정 파일
language: "ko-KR"
early_access: false
reviews:
profile: assertive # assertive, chill
poem: false
# Placeholder in the PR/MR description that gets replaced with the high level summary.
# Default: "@coderabbitai summary"
high_level_summary_placeholder: "@coderabbit summary"
# Suggest reviewers based on the changes in the pull request in the walkthrough.
# Default: true
suggested_reviewers: false
# Configuration for auto review
# Default: {}
auto_review:
enabled: true
auto_incremental_review: false # PR 내 새로운 커밋 시 자동리뷰 진행 여부
# Ignore reviewing if the title of the pull request contains any of these keywords (case-insensitive).
# Default: []
ignore_title_keywords: [
"WIP",
"Work in Progress",
"Do Not Merge",
"Draft",
"Bump",
"Dependency",
"Dependencies",
"Chore",
"Docs",
"Documentation",
"Style",
"Test",
"Tests",
"Typo",
"Merge branch",
"Revert",
"의존성",
"D2R", "D2M",
"R2D", "R2M",
"M2D", "M2R"
]
tools:
# Backend
pmd: # Java
enabled: true
sqlfluff: # SQL
enabled: true
# Security
gitleaks:
enabled: true
semgrep:
enabled: true
# Infrastructure
actionlint: # GitHub Actions
enabled: true
hadolint: # Dockerfile
enabled: true
yamllint: # YAML
enabled: true
chat:
auto_reply: true