mirror of
https://github.com/go-task/task.git
synced 2025-12-25 07:59:28 +01:00
8823887bb4378c963d647ca2b7e3f73c878272c2
`schema.json` Workaround for these two JetBrains issues: - [IDEA-236928 json schema: False positive "Schema validation: Validates to more than one variant" with "oneOf"](https://youtrack.jetbrains.com/issue/IDEA-236928) - [IDEA-265710 JSON schema validation fails if anyOf is nested in oneOf](https://youtrack.jetbrains.com/issue/IDEA-265710) There is no material effect on the actual schema validation, as the `oneOf`/`allOf` evaluates only one list entry. `allOf([1])` is `1`, and `oneOf([1])` is also `1`. Fixes #847
Task
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
Languages
Go
87.7%
Shell
5.3%
TypeScript
2.8%
Vue
2%
PowerShell
1.5%
Other
0.6%