Skip to content

Commit 8c74850

Browse files
Update schema.v2.json
1 parent e8c9f5f commit 8c74850

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

static/schema/schema.v2.json

+21
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,27 @@
211211
"default": true,
212212
"description": "Generate a poem in the walkthrough comment."
213213
},
214+
"finishing_touches": {
215+
"type": "object",
216+
"properties": {
217+
"docstrings": {
218+
"type": "object",
219+
"properties": {
220+
"enabled": {
221+
"type": "boolean",
222+
"default": true,
223+
"description": "Allow CodeRabbit to generate docstrings for PRs/MRs."
224+
}
225+
},
226+
"additionalProperties": false,
227+
"default": {},
228+
"description": "Docstrings | Options for generating Docstrings for your PRs/MRs."
229+
}
230+
},
231+
"additionalProperties": false,
232+
"default": {},
233+
"description": "Finishing Touches | Options for adding finishing touches to your PRs/MRs, like Docstrings."
234+
},
214235
"labeling_instructions": {
215236
"type": "array",
216237
"items": {

0 commit comments

Comments
 (0)