This commit is contained in:
Ryan Dielhenn
2026-03-28 10:16:54 -07:00
parent 2b6a02ee97
commit a8b3b67e8f
+15
View File
@@ -4261,8 +4261,15 @@
},
"replace_plan": {
"type": "boolean"
},
"tdd": {
"default": true,
"type": "boolean"
}
},
"required": [
"tdd"
],
"additionalProperties": false
},
"comment_checker": {
@@ -4885,6 +4892,11 @@
"additionalProperties": false
},
"git_master": {
"default": {
"commit_footer": true,
"include_co_authored_by": true,
"git_env_prefix": "GIT_MASTER=1"
},
"type": "object",
"properties": {
"commit_footer": {
@@ -5035,5 +5047,8 @@
}
}
},
"required": [
"git_master"
],
"additionalProperties": false
}