gulp-yaml-lint
v1.0.0
Published
Simple gulp plugin to validate YAML files
Downloads
11
Readme
gulp-yaml-lint
A simple YAML linter plugin for gulp.
Currently it just parses the YAML, and reports errors. This is, of course, not really linting, and the error messages are generally reported for the line after the one that is actually a problem.
It does, however, provide some feedback.
Future
Either port a linter into JS, or use an external one.