From 8607de46ebfef49734e0212522432dafd632e4da Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 2 Oct 2013 14:47:07 +0200 Subject: [PATCH] rubocop on ruby --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 1630fff..4f13e15 100644 --- a/vimrc +++ b/vimrc @@ -74,7 +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'] +let g:syntastic_ruby_checkers = ['mri', 'rubocop'] "notify line over length function HighlightOverLength(len)