mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
chore: fix json schema typos (#1642)
This commit is contained in:
@@ -512,7 +512,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"exclude": {
|
"exclude": {
|
||||||
"description": "File or glob patter to exclude from the list",
|
"description": "File or glob pattern to exclude from the list",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -648,7 +648,7 @@
|
|||||||
"$ref": "#/definitions/tasks"
|
"$ref": "#/definitions/tasks"
|
||||||
},
|
},
|
||||||
"silent": {
|
"silent": {
|
||||||
"description": "Default 'silent' options for this Taskfile. If `false`, can be overidden with `true` in a task by task basis.",
|
"description": "Default 'silent' options for this Taskfile. If `false`, can be overridden with `true` in a task by task basis.",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"set": {
|
"set": {
|
||||||
|
Reference in New Issue
Block a user