mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
feat: add experiments to taskrc.yml schema (#2235)
This commit is contained in:
@@ -6,8 +6,19 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"experiments": {
|
"experiments": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": {
|
"properties": {
|
||||||
"type": "integer"
|
"ENV_PRECEDENCE": {
|
||||||
|
"type": "number",
|
||||||
|
"enum": [0, 1]
|
||||||
|
},
|
||||||
|
"REMOTE_TASKFILES": {
|
||||||
|
"type": "number",
|
||||||
|
"enum": [0, 1]
|
||||||
|
},
|
||||||
|
"GENTLE_FORCE": {
|
||||||
|
"type": "number",
|
||||||
|
"enum": [0, 1]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user