vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

New feature cfn_nag checker #2316

Closed ionutz89 closed 2 years ago

ionutz89 commented 4 years ago

It will be great if we can integrate cfn_nag with this tool.

https://github.com/stelligent/cfn_nag

lcd047 commented 4 years ago

On a quick look I'd say cfn_nag wouldn't play well with syntastic for many reasons, one of them being that syntastic is no longer actively developed these days. You could however look at ALE instead.