diff --git a/vimrc b/vimrc index 0b2b308..79545b6 100644 --- a/vimrc +++ b/vimrc @@ -141,6 +141,8 @@ nnoremap l " configure syntastic syntax checking to check on open as well as save let g:syntastic_check_on_open=1 let g:syntastic_html_tidy_ignore_errors=[" proprietary attribute \"ng-"] +let g:syntastic_eruby_ruby_quiet_messages = + \ {"regex": "possibly useless use of a variable in void context"} " Set spellfile to location that is guaranteed to exist, can be symlinked to " Dropbox or kept in Git and managed outside of thoughtbot/dotfiles using rcm.