Remove the shellcheck error regarding its inability to follow the path of a sourced file

This commit is contained in:
Kevin MacMartin 2016-09-13 15:02:25 -04:00
parent 158c3a31c8
commit 491a39cc5e

View file

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