dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.54k stars 1.43k forks source link

Add support for kubeval or kubeconform #3212

Open varac opened 4 years ago

varac commented 4 years ago

Name: kubeval URL: https://www.kubeval.com/

Kubeval is used to validate one or more Kubernetes configuration files, and is often used locally as part of a development workflow as well as in CI pipelines.

varac commented 3 years ago

https://github.com/yannh/kubeconform might be an alternative, which seems to be much faster than kubeval.