@@ -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 :
@@ -178,10 +178,10 @@ code_generation:
178
178
docstrings :
179
179
language :en-US
180
180
path_instructions :
181
- -path :' '
182
- instructions :' '
181
+ -path :" "
182
+ instructions :" "
183
183
unit_tests :
184
184
path_instructions :
185
- -path :' '
186
- instructions :' '
185
+ -path :" "
186
+ instructions :" "
187
187
` ` `