Skip to content

Commit 1923011

Browse files
committed
Add coderabbit configuration file
1 parent 94370b6 commit 1923011

File tree

1 file changed

+181
-0
lines changed

1 file changed

+181
-0
lines changed

.coderabbit.yaml

Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
language: en-US
2+
tone_instructions: ''
3+
early_access: false
4+
enable_free_tier: true
5+
reviews:
6+
profile: chill
7+
request_changes_workflow: false
8+
high_level_summary: false
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+
estimate_code_review_effort: true
20+
assess_linked_issues: true
21+
related_issues: true
22+
related_prs: true
23+
suggested_labels: true
24+
auto_apply_labels: false
25+
suggested_reviewers: true
26+
auto_assign_reviewers: false
27+
poem: true
28+
labeling_instructions: []
29+
path_filters: []
30+
path_instructions: []
31+
abort_on_close: true
32+
disable_cache: false
33+
auto_review:
34+
enabled: true
35+
auto_incremental_review: true
36+
ignore_title_keywords: []
37+
labels: []
38+
drafts: false
39+
base_branches: []
40+
finishing_touches:
41+
docstrings:
42+
enabled: true
43+
unit_tests:
44+
enabled: true
45+
pre_merge_checks:
46+
docstrings:
47+
mode: warning
48+
threshold: 80
49+
title:
50+
mode: warning
51+
requirements: ''
52+
description:
53+
mode: warning
54+
issue_assessment:
55+
mode: warning
56+
tools:
57+
ast-grep:
58+
rule_dirs: []
59+
util_dirs: []
60+
essential_rules: true
61+
packages: []
62+
shellcheck:
63+
enabled: true
64+
ruff:
65+
enabled: true
66+
markdownlint:
67+
enabled: true
68+
github-checks:
69+
enabled: true
70+
timeout_ms: 90000
71+
languagetool:
72+
enabled: true
73+
enabled_rules: []
74+
disabled_rules: []
75+
enabled_categories: []
76+
disabled_categories: []
77+
enabled_only: false
78+
level: default
79+
biome:
80+
enabled: true
81+
hadolint:
82+
enabled: true
83+
swiftlint:
84+
enabled: true
85+
phpstan:
86+
enabled: true
87+
level: default
88+
phpmd:
89+
enabled: true
90+
phpcs:
91+
enabled: true
92+
golangci-lint:
93+
enabled: true
94+
yamllint:
95+
enabled: true
96+
gitleaks:
97+
enabled: true
98+
checkov:
99+
enabled: true
100+
detekt:
101+
enabled: true
102+
eslint:
103+
enabled: true
104+
flake8:
105+
enabled: true
106+
rubocop:
107+
enabled: true
108+
buf:
109+
enabled: true
110+
regal:
111+
enabled: true
112+
actionlint:
113+
enabled: true
114+
pmd:
115+
enabled: true
116+
cppcheck:
117+
enabled: true
118+
semgrep:
119+
enabled: true
120+
circleci:
121+
enabled: true
122+
clippy:
123+
enabled: true
124+
sqlfluff:
125+
enabled: true
126+
prismaLint:
127+
enabled: true
128+
pylint:
129+
enabled: true
130+
oxc:
131+
enabled: true
132+
shopifyThemeCheck:
133+
enabled: true
134+
luacheck:
135+
enabled: true
136+
brakeman:
137+
enabled: true
138+
dotenvLint:
139+
enabled: true
140+
htmlhint:
141+
enabled: true
142+
checkmake:
143+
enabled: true
144+
osvScanner:
145+
enabled: true
146+
chat:
147+
art: true
148+
auto_reply: true
149+
integrations:
150+
jira:
151+
usage: auto
152+
linear:
153+
usage: auto
154+
knowledge_base:
155+
opt_out: false
156+
web_search:
157+
enabled: true
158+
code_guidelines:
159+
enabled: true
160+
filePatterns: []
161+
learnings:
162+
scope: auto
163+
issues:
164+
scope: auto
165+
jira:
166+
usage: auto
167+
project_keys: []
168+
linear:
169+
usage: auto
170+
team_keys: []
171+
pull_requests:
172+
scope: auto
173+
mcp:
174+
usage: auto
175+
disabled_servers: []
176+
code_generation:
177+
docstrings:
178+
language: en-US
179+
path_instructions: []
180+
unit_tests:
181+
path_instructions: []

0 commit comments

Comments
 (0)