Add rubocop as ruby checker

This commit is contained in:
Kevin Cotugno 2020-03-16 21:00:00 -07:00
parent aae8f4c924
commit 851fe31cae

View File

@ -226,6 +226,7 @@ let g:deoplete#enable_ignore_case = 1
" syntastic
let g:syntastic_vim_checkers = ['vint']
let g:syntastic_ruby_checkers = ['rubocop']
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1