Skip to content

Commit 79bec81

Browse files
authored
Added coderabbit config (#142)
1 parent 7b5c9b7 commit 79bec81

File tree

2 files changed

+119
-0
lines changed

2 files changed

+119
-0
lines changed

.coderabbit.yaml

+118
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
language: en-GB
2+
tone_instructions: ''
3+
early_access: false
4+
enable_free_tier: true
5+
reviews:
6+
profile: chill
7+
request_changes_workflow: true
8+
high_level_summary: true
9+
high_level_summary_placeholder: '@coderabbitai summary'
10+
high_level_summary_in_walkthrough: false
11+
auto_title_placeholder: '@coderabbitai'
12+
auto_title_instructions: ''
13+
review_status: true
14+
commit_status: true
15+
fail_commit_status: false
16+
collapse_walkthrough: false
17+
changed_files_summary: true
18+
sequence_diagrams: true
19+
assess_linked_issues: true
20+
related_issues: true
21+
related_prs: true
22+
suggested_labels: true
23+
auto_apply_labels: false
24+
suggested_reviewers: true
25+
poem: true
26+
labeling_instructions: []
27+
path_filters: []
28+
path_instructions: []
29+
abort_on_close: true
30+
auto_review:
31+
enabled: true
32+
auto_incremental_review: true
33+
ignore_title_keywords: []
34+
labels: []
35+
drafts: false
36+
base_branches: []
37+
auto_approve:
38+
enabled: true
39+
conditions:
40+
- author: "dependabot[bot]"
41+
comment: "Auto-approved Dependabot PR"
42+
finishing_touches:
43+
docstrings:
44+
enabled: true
45+
tools:
46+
shellcheck:
47+
enabled: true
48+
ruff:
49+
enabled: true
50+
markdownlint:
51+
enabled: true
52+
github-checks:
53+
enabled: true
54+
timeout_ms: 90000
55+
languagetool:
56+
enabled: true
57+
enabled_only: false
58+
level: default
59+
biome:
60+
enabled: true
61+
hadolint:
62+
enabled: true
63+
swiftlint:
64+
enabled: true
65+
phpstan:
66+
enabled: true
67+
level: default
68+
golangci-lint:
69+
enabled: true
70+
yamllint:
71+
enabled: true
72+
gitleaks:
73+
enabled: true
74+
checkov:
75+
enabled: true
76+
detekt:
77+
enabled: true
78+
eslint:
79+
enabled: true
80+
rubocop:
81+
enabled: true
82+
buf:
83+
enabled: true
84+
regal:
85+
enabled: true
86+
actionlint:
87+
enabled: true
88+
pmd:
89+
enabled: true
90+
cppcheck:
91+
enabled: true
92+
semgrep:
93+
enabled: true
94+
circleci:
95+
enabled: true
96+
chat:
97+
auto_reply: true
98+
integrations:
99+
jira:
100+
usage: auto
101+
linear:
102+
usage: auto
103+
knowledge_base:
104+
opt_out: false
105+
web_search:
106+
enabled: true
107+
learnings:
108+
scope: auto
109+
issues:
110+
scope: auto
111+
jira:
112+
usage: auto
113+
project_keys: []
114+
linear:
115+
usage: auto
116+
team_keys: []
117+
pull_requests:
118+
scope: auto

src/resources/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Added automated changelog checker to ensure changelog updates in pull requests
99
- Fixed key index errors in mobile dropdown and header
1010
- Enhanced the changelog checker to check for bot PRs including removal of changelog labels for bot PRs
11+
- Added CodeRabbit config
1112

1213
---
1314

0 commit comments

Comments
 (0)