From 04524a4ceb99dfe20897b3c3c79d43ebeba8d98b Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 26 Jun 2013 22:58:29 +0200 Subject: [PATCH] rubocop support in syntastic (disabled) --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 1292d01..11ed753 100644 --- a/vimrc +++ b/vimrc @@ -74,6 +74,7 @@ autocmd FileType ruby set softtabstop=2 shiftwidth=2 autocmd FileType eruby set softtabstop=2 shiftwidth=2 autocmd FileType coffee set softtabstop=4 shiftwidth=4 au BufRead,BufNewFile Guardfile setfiletype ruby +"let g:syntastic_ruby_checkers = ['mri', 'rubocop'] "notify line length > 80 function HighlightOverLength()