1
0
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:
Valentin Maerten 2025-05-03 16:51:17 +02:00
parent a459eeaabb
commit 1c2b290c20
No known key found for this signature in database
GPG Key ID: 2F8E54DDF815C341

View File

@ -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"
} }