square/cane

Vim plugin

rainerborene opened this issue · 4 comments

ixti commented

Why not add it as syntastic plugin instead?

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

Neat, feel free to add to the README.