Filter out the 'missing shebang' shellcheck warning

This commit is contained in:
Kevin MacMartin 2015-05-28 19:20:46 -04:00
parent d1f41acb74
commit 5be75e8e28

View file

@ -220,7 +220,8 @@ scriptencoding utf-8
\ '.*\[SC1001\]',
\ '.*\[SC2016\]',
\ '.*\[SC2029\]',
\ '.*\[SC2034\]'
\ '.*\[SC2034\]',
\ '.*\[SC2148\]'
\ ]}
autocmd BufNewFile,BufRead PKGBUILD,bash.bashrc,.bashrc let g:syntastic_quiet_messages={"level":"warnings"}