File tree Expand file tree Collapse file tree 1 file changed +1
-145
lines changed Expand file tree Collapse file tree 1 file changed +1
-145
lines changed Original file line number Diff line number Diff line change 15
15
16
16
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
17
17
# https://docs.coderabbit.ai/getting-started/configure-coderabbit/
18
+ # In PR, comment "@coderabbitai configuration" to get the full config including defaults
18
19
language : " en-US"
19
- tone_instructions : ' '
20
20
reviews :
21
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
22
auto_title_placeholder : ' @coderabbitai title'
27
23
auto_title_instructions : ' Should follow the format: "[fix/feat/doc/infra/...] \<summary of this PR\>". Keep it concise.'
28
- review_status : true
29
24
commit_status : false
30
- fail_commit_status : false
31
25
collapse_walkthrough : true
32
- changed_files_summary : true
33
- sequence_diagrams : true
34
26
assess_linked_issues : true
35
27
related_issues : true
36
28
related_prs : true
@@ -39,146 +31,10 @@ reviews:
39
31
suggested_reviewers : true
40
32
auto_assign_reviewers : true
41
33
poem : false
42
- labeling_instructions : []
43
- path_filters : []
44
- abort_on_close : true
45
- disable_cache : false
46
34
auto_review :
47
35
drafts : true
48
36
base_branches : ["main", "release/.+"]
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
37
knowledge_base :
161
- opt_out : false
162
- web_search :
163
- enabled : true
164
38
code_guidelines :
165
39
enabled : true
166
40
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 : []
You can’t perform that action at this time.
0 commit comments