Vim plugin
rainerborene opened this issue · 4 comments
rainerborene commented
Might be useful for others.
https://github.com/rainerborene/vim-cane
ixti commented
Why not add it as syntastic plugin instead?
rainerborene commented
Syntastic is for syntax checking. Not code quality metrics.
ixti commented
Well yes and now. So for example syntastic has support of jshint which is not just a syntax checker - it's mostly code quality/style checker:
https://github.com/scrooloose/syntastic/blob/master/syntax_checkers/javascript/jshint.vim
https://github.com/scrooloose/syntastic/blob/master/syntax_checkers/javascript/jslint.vim
xaviershay commented
Neat, feel free to add to the README.