Skip to content

mk-pmb/yaml-lint-all-recursive-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Run yamllint (from package yaml-lint) on **/*.yaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published