23andMe / Yamale

A schema and validator for YAML.
MIT License
666 stars 88 forks source link

Make error message parseable #208

Open mychaelgo opened 1 year ago

mychaelgo commented 1 year ago

Can this lib output an error that can parseable ? For example if yamale found an issue in yaml file it will output something like this

authors.yml:10:8; apis.0.path: Required field missing

so it have file name, line number, column number and error message that can be used for the other CLI tool