1.0.0 • Published 5 years ago

gulp-yaml-lint v1.0.0

Weekly downloads
11
License
Apache-2.0
Repository
github
Last release
5 years ago

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.