rubocop support in syntastic (disabled)

This commit is contained in:
Loic Nageleisen 2013-06-26 22:58:29 +02:00
parent 18ffb82295
commit 04524a4ceb

1
vimrc
View file

@ -74,6 +74,7 @@ autocmd FileType ruby set softtabstop=2 shiftwidth=2
autocmd FileType eruby set softtabstop=2 shiftwidth=2 autocmd FileType eruby set softtabstop=2 shiftwidth=2
autocmd FileType coffee set softtabstop=4 shiftwidth=4 autocmd FileType coffee set softtabstop=4 shiftwidth=4
au BufRead,BufNewFile Guardfile setfiletype ruby au BufRead,BufNewFile Guardfile setfiletype ruby
"let g:syntastic_ruby_checkers = ['mri', 'rubocop']
"notify line length > 80 "notify line length > 80
function HighlightOverLength() function HighlightOverLength()