Only use rubocop

This commit is contained in:
Kevin Cotugno 2017-05-22 14:18:08 -07:00
parent 682f0e264d
commit aae8aabcdf

View File

@ -122,6 +122,6 @@ let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 1
let g:syntastic_enable_signs = 1
let g:syntastic_aggregate_errors = 1
let g:syntastic_ruby_checkers = ['rubocop', 'mri']
let g:syntastic_ruby_checkers = ['rubocop']
let g:syntastic_error_symbol = "\u2717"
let g:syntastic_warning_symbol = "\uFE0E"