Add rubocop as ruby checker
This commit is contained in:
parent
aae8f4c924
commit
851fe31cae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user