Skip to content

Commit

Permalink
RuboCop with syntastic
Browse files Browse the repository at this point in the history
  • Loading branch information
yuroyoro committed Nov 11, 2015
1 parent 67d126a commit 1d4ff34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc.plugins_setting
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,11 @@ if $GOPATH != ''
let g:syntastic_go_checkers = ['go', 'golint', 'govet']
endif

let g:syntastic_mode_map = { 'mode': 'passive',
\ 'active_filetypes': ['ruby'] }
let g:syntastic_ruby_checkers = ['rubocop']


"------------------------------------
" toggle.vim
"------------------------------------
Expand Down

0 comments on commit 1d4ff34

Please sign in to comment.