We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema linting says that silent can't be used when using for in a cmds element
silent
for
cmds
Example:
cmds: - for: { var: MODULES, as: MODULE } silent: true cmd: | cd "{{.MODULE}}" echo -e "\033[1;32mTidying: {{.MODULE}}\033[0m" go mod tidy
This will complain that Property silent is not allowed.yaml-schema: Taskfile config even though it's valid
Property silent is not allowed.yaml-schema: Taskfile config
Update to schema.json is needed to allow this
schema.json
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Schema linting says that
silent
can't be used when usingfor
in acmds
elementExample:
This will complain that
Property silent is not allowed.yaml-schema: Taskfile config
even though it's validUpdate to
schema.json
is needed to allow thisThe text was updated successfully, but these errors were encountered: