nit
This commit is contained in:
@@ -4261,8 +4261,15 @@
|
|||||||
},
|
},
|
||||||
"replace_plan": {
|
"replace_plan": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"tdd": {
|
||||||
|
"default": true,
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"required": [
|
||||||
|
"tdd"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"comment_checker": {
|
"comment_checker": {
|
||||||
@@ -4885,6 +4892,11 @@
|
|||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"git_master": {
|
"git_master": {
|
||||||
|
"default": {
|
||||||
|
"commit_footer": true,
|
||||||
|
"include_co_authored_by": true,
|
||||||
|
"git_env_prefix": "GIT_MASTER=1"
|
||||||
|
},
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"commit_footer": {
|
"commit_footer": {
|
||||||
@@ -5035,5 +5047,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"required": [
|
||||||
|
"git_master"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user