Pronto runner for YAMLlint. What is Pronto?
- install YAMLlint
- Ensure it is your
$PATH
Run gem install pronto-yamllint
(If needed) set YAMLLINT_OPTS
environment variable with yamllint options. They will be passed to yamllint.
Run pronto
. Also it is quite nice to set git pre-push hook for pronto like in .git/hooks/pre-push
:
#!/bin/sh
pronto run --exit-code
0.2.0 Depend on Pronto 0.11.0
0.1.2 Depend on Pronto 0.10.0
0.1.1 Misc small fixes
0.1.0 Initial public version. Based heavily on https://kevinjalbert.com/create-your-own-pronto-runner/