Skip to content

Commit ef78856

Browse files
committed
more deets
Signed-off-by: Venky Ganesh <[email protected]>
1 parent ff99639 commit ef78856

File tree

1 file changed

+163
-1
lines changed

1 file changed

+163
-1
lines changed

.coderabbit.yaml

Lines changed: 163 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,171 @@
1414
# limitations under the License.
1515

1616
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
17+
# https://docs.coderabbit.ai/getting-started/configure-coderabbit/
1718
language: "en-US"
19+
tone_instructions: ''
1820
reviews:
21+
profile: chill
22+
request_changes_workflow: true
23+
high_level_summary: true
24+
high_level_summary_placeholder: '@coderabbitai summary'
25+
high_level_summary_in_walkthrough: true
26+
auto_title_placeholder: '@coderabbitai title'
27+
auto_title_instructions: 'Should follow the format: "[fix/feat/doc/infra/...] \<summary of this PR\>". Keep it concise.'
28+
review_status: true
29+
commit_status: false
30+
fail_commit_status: false
31+
collapse_walkthrough: true
32+
changed_files_summary: true
33+
sequence_diagrams: true
34+
assess_linked_issues: true
35+
related_issues: true
36+
related_prs: true
37+
suggested_labels: true
38+
auto_apply_labels: true
39+
suggested_reviewers: true
40+
auto_assign_reviewers: true
41+
poem: false
42+
labeling_instructions: []
43+
path_filters: []
44+
abort_on_close: true
45+
disable_cache: false
1946
auto_review:
2047
drafts: true
2148
base_branches: ["main", "release/.+"]
22-
commit_status: false
49+
finishing_touches:
50+
docstrings:
51+
enabled: true
52+
unit_tests:
53+
enabled: true
54+
pre_merge_checks:
55+
docstrings:
56+
mode: warning
57+
threshold: 80
58+
title:
59+
mode: warning
60+
requirements: ''
61+
description:
62+
mode: warning
63+
issue_assessment:
64+
mode: warning
65+
tools:
66+
ast-grep:
67+
rule_dirs: []
68+
util_dirs: []
69+
essential_rules: true
70+
packages: []
71+
shellcheck:
72+
enabled: true
73+
ruff:
74+
enabled: true
75+
markdownlint:
76+
enabled: true
77+
github-checks:
78+
enabled: true
79+
timeout_ms: 90000
80+
languagetool:
81+
enabled: true
82+
enabled_rules: []
83+
disabled_rules: []
84+
enabled_categories: []
85+
disabled_categories: []
86+
enabled_only: false
87+
level: default
88+
biome:
89+
enabled: true
90+
hadolint:
91+
enabled: true
92+
swiftlint:
93+
enabled: true
94+
phpstan:
95+
enabled: true
96+
level: default
97+
phpmd:
98+
enabled: true
99+
phpcs:
100+
enabled: true
101+
golangci-lint:
102+
enabled: true
103+
yamllint:
104+
enabled: true
105+
gitleaks:
106+
enabled: true
107+
checkov:
108+
enabled: true
109+
detekt:
110+
enabled: true
111+
eslint:
112+
enabled: true
113+
flake8:
114+
enabled: true
115+
rubocop:
116+
enabled: true
117+
buf:
118+
enabled: true
119+
regal:
120+
enabled: true
121+
actionlint:
122+
enabled: true
123+
pmd:
124+
enabled: true
125+
cppcheck:
126+
enabled: true
127+
semgrep:
128+
enabled: true
129+
circleci:
130+
enabled: true
131+
clippy:
132+
enabled: true
133+
sqlfluff:
134+
enabled: true
135+
prismaLint:
136+
enabled: true
137+
pylint:
138+
enabled: true
139+
oxc:
140+
enabled: true
141+
shopifyThemeCheck:
142+
enabled: true
143+
luacheck:
144+
enabled: true
145+
brakeman:
146+
enabled: true
147+
dotenvLint:
148+
enabled: true
149+
htmlhint:
150+
enabled: true
151+
checkmake:
152+
enabled: true
153+
chat:
154+
auto_reply: true
155+
integrations:
156+
jira:
157+
usage: auto
158+
linear:
159+
usage: auto
160+
knowledge_base:
161+
opt_out: false
162+
web_search:
163+
enabled: true
164+
code_guidelines:
165+
enabled: true
166+
filePatterns: ["**/CODING_GUIDELINES.md"]
167+
learnings:
168+
scope: auto
169+
issues:
170+
scope: auto
171+
jira:
172+
usage: auto
173+
project_keys: []
174+
linear:
175+
usage: auto
176+
team_keys: []
177+
pull_requests:
178+
scope: auto
179+
code_generation:
180+
docstrings:
181+
language: en-US
182+
path_instructions: []
183+
unit_tests:
184+
path_instructions: []

0 commit comments

Comments
 (0)