1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
Go to file
Rick Bowen 8823887bb4 JetBrains JSON Schema Validator Error Workaround
`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
2022-11-17 16:22:51 -08:00
2022-10-18 00:09:07 +08:00
2022-10-15 00:24:11 +03:00
2017-02-26 20:14:36 -03:00
2022-11-12 13:36:52 -03:00
2021-07-31 19:36:40 -03:00
2022-08-17 19:37:58 +02:00
2017-02-28 09:15:25 -03:00
2022-11-17 21:04:53 -03:00
2022-11-17 21:04:53 -03:00
2022-09-29 13:33:20 -03:00
2022-11-02 10:23:19 -03:00
2022-08-17 19:37:58 +02:00
2022-10-07 11:11:14 +00:00

Task

Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

Installation | Documentation | Twitter | Discord

Description
A task runner / simpler Make alternative written in Go
https://taskfile.dev/ Readme MIT 31 MiB
Languages
Go 91%
Shell 5.1%
TypeScript 1.5%
CSS 1%
JavaScript 1%
Other 0.4%