0.1.4 • Published 3 years ago

yaml-lint-all-recursive v0.1.4

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

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

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

4 years ago

0.1.0

4 years ago