@@ -14,17 +14,17 @@ For a general overview of CodeRabbit configuration, see [Configure CodeRabbit](/
14
14
# yaml-language-server: $schema=https://storage.googleapis.com/coderabbit_public_assets/schema.v2.json
15
15
16
16
language : en-US
17
- tone_instructions : ' '
17
+ tone_instructions : " "
18
18
early_access : true
19
19
enable_free_tier : true
20
20
reviews :
21
21
profile : chill
22
22
request_changes_workflow : false
23
23
high_level_summary : true
24
- high_level_summary_placeholder : ' @coderabbitai summary'
24
+ high_level_summary_placeholder : " @coderabbitai summary"
25
25
high_level_summary_in_walkthrough : false
26
- auto_title_placeholder : ' @coderabbitai'
27
- auto_title_instructions : ' '
26
+ auto_title_placeholder : " @coderabbitai"
27
+ auto_title_instructions : " "
28
28
review_status : true
29
29
commit_status : true
30
30
fail_commit_status : false
@@ -40,12 +40,12 @@ reviews:
40
40
auto_assign_reviewers : false
41
41
poem : true
42
42
labeling_instructions :
43
- - label : ' '
44
- instructions : ' '
43
+ - label : " "
44
+ instructions : " "
45
45
path_filters : []
46
46
path_instructions :
47
- - path : ' '
48
- instructions : ' '
47
+ - path : " "
48
+ instructions : " "
49
49
abort_on_close : true
50
50
disable_cache : false
51
51
auto_review :
@@ -89,13 +89,13 @@ reviews:
89
89
enabled : true
90
90
swiftlint :
91
91
enabled : true
92
- config_file : ' '
92
+ config_file : " "
93
93
phpstan :
94
94
enabled : true
95
95
level : default
96
96
golangci-lint :
97
97
enabled : true
98
- config_file : ' '
98
+ config_file : " "
99
99
yamllint :
100
100
enabled : true
101
101
gitleaks :
@@ -104,7 +104,7 @@ reviews:
104
104
enabled : true
105
105
detekt :
106
106
enabled : true
107
- config_file : ' '
107
+ config_file : " "
108
108
eslint :
109
109
enabled : true
110
110
rubocop :
@@ -117,12 +117,12 @@ reviews:
117
117
enabled : true
118
118
pmd :
119
119
enabled : true
120
- config_file : ' '
120
+ config_file : " "
121
121
cppcheck :
122
122
enabled : true
123
123
semgrep :
124
124
enabled : true
125
- config_file : ' '
125
+ config_file : " "
126
126
circleci :
127
127
enabled : true
128
128
clippy :
@@ -142,10 +142,10 @@ reviews:
142
142
brakeman :
143
143
enabled : true
144
144
dotenvLint :
145
- enabled : true
146
- htmlhint : true
147
145
enabled : true
148
- config_file : ' '
146
+ htmlhint :
147
+ enabled : true
148
+ config_file : " "
149
149
checkmake :
150
150
enabled : true
151
151
chat :
@@ -159,6 +159,9 @@ knowledge_base:
159
159
opt_out : false
160
160
web_search :
161
161
enabled : true
162
+ code_guidelines :
163
+ enabled : true
164
+ filePatterns : []
162
165
learnings :
163
166
scope : auto
164
167
issues :
@@ -175,10 +178,10 @@ code_generation:
175
178
docstrings :
176
179
language : en-US
177
180
path_instructions :
178
- - path : ' '
179
- instructions : ' '
181
+ - path : " "
182
+ instructions : " "
180
183
unit_tests :
181
184
path_instructions :
182
- - path : ' '
183
- instructions : ' '
185
+ - path : " "
186
+ instructions : " "
184
187
` ` `
0 commit comments