1
0
mirror of https://github.com/go-task/task.git synced 2025-06-23 00:38:19 +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

View File

@ -6,6 +6,18 @@
"properties": {
"experiments": {
"type": "object",
"ENV_PRECEDENCE": {
"type": "number",
"enum": [0, 1]
},
"REMOTE_TASKFILES": {
"type": "number",
"enum": [0, 1]
},
"GENTLE_FORCE": {
"type": "number",
"enum": [0, 1]
},
"additionalProperties": {
"type": "integer"
}