Don't display the "Not following:" source error for shellcheck

This commit is contained in:
Kevin MacMartin 2016-09-20 21:50:14 -04:00
parent 4a949c48ac
commit c9443f5d2a

View file

@ -236,7 +236,8 @@ scriptencoding utf-8
\ '.*\[SC2029\]',
\ '.*\[SC2034\]',
\ '.*\[SC2148\]',
\ '.*follow non-constant source'
\ '.*follow non-constant source',
\ 'Not following:'
\ ]}
autocmd BufNewFile,BufRead PKGBUILD,bash.bashrc,.bashrc let g:syntastic_quiet_messages={"level":"warnings"}