yaml-lint-all-recursive
v0.1.4
Published
Run yamllint (from package yaml-lint) on **/*.y{a,}ml
Downloads
11
Readme
yaml-lint-all-recursive
Run yamllint (from package yaml-lint) on **/*.y{a,}ml
API
None. Just CLI.
Usage
$ yaml-lint-all-recursive
test/ok.yaml: ✔ ok
test/wrong_quote.yaml: ✖ can not read an implicit mapping pair; a colon is missed at line 7, column 29:
so: "this line is blamed."
^
Known issues
- Needs more/better tests and docs.
- If you have a pair of opposite mismatching quotes in different lines, it can be totally valid YAML, albeit totally not what you meant.
License
ISC