Skip to content

Commit

Permalink
Adds rubocop as syntastic checker
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgrouleff committed Mar 12, 2016
1 parent 1b8ff4a commit 837163f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/config/plugins.vim
Expand Up @@ -52,3 +52,6 @@ set wildignore+=*/vendor/gems/*,*/vendor/cache/*,*/.bundle/*,*/.sass-cache/*
set wildignore+=*/tmp/librarian/*,*/.vagrant/*,*/.kitchen/*,*/vendor/cookbooks/*
set wildignore+=*/tmp/cache/assets/*/sprockets/*,*/tmp/cache/assets/*/sass/*
set wildignore+=*.swp,*~,._*

" Syntastic
let g:syntastic_ruby_checkers = ['mri', 'rubocop']

0 comments on commit 837163f

Please sign in to comment.