@@ -14,17 +14,17 @@ For a general overview of CodeRabbit configuration, see [Configure CodeRabbit](/
1414# yaml-language-server: $schema=https://storage.googleapis.com/coderabbit_public_assets/schema.v2.json
1515
1616language :en-US
17- tone_instructions :' '
17+ tone_instructions :" "
1818early_access :true
1919enable_free_tier :true
2020reviews :
2121profile :chill
2222request_changes_workflow :false
2323high_level_summary :true
24- high_level_summary_placeholder :' @coderabbitai summary'
24+ high_level_summary_placeholder :" @coderabbitai summary"
2525high_level_summary_in_walkthrough :false
26- auto_title_placeholder :' @coderabbitai'
27- auto_title_instructions :' '
26+ auto_title_placeholder :" @coderabbitai"
27+ auto_title_instructions :" "
2828review_status :true
2929commit_status :true
3030fail_commit_status :false
@@ -40,12 +40,12 @@ reviews:
4040auto_assign_reviewers :false
4141poem :true
4242labeling_instructions :
43- -label :' '
44- instructions :' '
43+ -label :" "
44+ instructions :" "
4545path_filters :[]
4646path_instructions :
47- -path :' '
48- instructions :' '
47+ -path :" "
48+ instructions :" "
4949abort_on_close :true
5050disable_cache :false
5151auto_review :
@@ -89,13 +89,13 @@ reviews:
8989enabled :true
9090swiftlint :
9191enabled :true
92- config_file :' '
92+ config_file :" "
9393phpstan :
9494enabled :true
9595level :default
9696golangci-lint :
9797enabled :true
98- config_file :' '
98+ config_file :" "
9999yamllint :
100100enabled :true
101101gitleaks :
@@ -104,7 +104,7 @@ reviews:
104104enabled :true
105105detekt :
106106enabled :true
107- config_file :' '
107+ config_file :" "
108108eslint :
109109enabled :true
110110rubocop :
@@ -117,12 +117,12 @@ reviews:
117117enabled :true
118118pmd :
119119enabled :true
120- config_file :' '
120+ config_file :" "
121121cppcheck :
122122enabled :true
123123semgrep :
124124enabled :true
125- config_file :' '
125+ config_file :" "
126126circleci :
127127enabled :true
128128clippy :
@@ -142,10 +142,10 @@ reviews:
142142brakeman :
143143enabled :true
144144dotenvLint :
145- enabled :true
146- htmlhint :true
147145enabled :true
148- config_file :' '
146+ htmlhint :
147+ enabled :true
148+ config_file :" "
149149checkmake :
150150enabled :true
151151chat :
@@ -159,6 +159,9 @@ knowledge_base:
159159opt_out :false
160160web_search :
161161enabled :true
162+ code_guidelines :
163+ enabled :true
164+ filePatterns :[]
162165learnings :
163166scope :auto
164167issues :
@@ -175,10 +178,10 @@ code_generation:
175178docstrings :
176179language :en-US
177180path_instructions :
178- -path :' '
179- instructions :' '
181+ -path :" "
182+ instructions :" "
180183unit_tests :
181184path_instructions :
182- -path :' '
183- instructions :' '
185+ -path :" "
186+ instructions :" "
184187` ` `