Remove rubylint

This commit is contained in:
Logan Saunders 2015-06-01 12:12:28 -07:00
commit 4d9f45a426
1 changed files with 0 additions and 1 deletions

1
vimrc
View File

@ -125,4 +125,3 @@ let g:syntastic_cpp_cppcheck_exec = 'cppcheck'
let g:syntastic_cpp_cpplint_exec = 'cpplint'
let g:syntastic_cpp_checkers = ['gcc', 'cppcheck', 'cpplint']
let g:syntastic_vim_checkers = ['vint']
"let g:syntastic_ruby_checkers = ['mri', 'reek']