instrumenta / kubeval

Validate your Kubernetes configuration files, supports multiple Kubernetes versions
https://kubeval.com
Other
3.16k stars 229 forks source link

vim quickfix compatible output #88

Open tmc opened 6 years ago

tmc commented 6 years ago

including error line and column numbers would help run this in a useful manner within vim

majuscule commented 5 years ago

This is also critical for use with automated linters such as w0rp/ale.

varac commented 3 years ago

See https://github.com/dense-analysis/ale/issues/3212 for the kubeval integration request.