mirror of
https://github.com/go-task/task.git
synced 2025-05-13 22:16:31 +02:00
feat: add experiments to taskrc.yml schema
This commit is contained in:
parent
a459eeaabb
commit
1c2b290c20
@ -6,6 +6,18 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"experiments": {
|
"experiments": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"ENV_PRECEDENCE": {
|
||||||
|
"type": "number",
|
||||||
|
"enum": [0, 1]
|
||||||
|
},
|
||||||
|
"REMOTE_TASKFILES": {
|
||||||
|
"type": "number",
|
||||||
|
"enum": [0, 1]
|
||||||
|
},
|
||||||
|
"GENTLE_FORCE": {
|
||||||
|
"type": "number",
|
||||||
|
"enum": [0, 1]
|
||||||
|
},
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user