yaml-lint-all-recursive

0.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i yaml-lint-all-recursive

Weekly Downloads

2

Version

0.1.4

License

ISC

Unpacked Size

3.41 kB

Total Files

7

Last publish

Collaborators

  • mk-pmb