From 491a39cc5e658895dac836c13a3892710baa57e3 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 13 Sep 2016 15:02:25 -0400 Subject: [PATCH] Remove the shellcheck error regarding its inability to follow the path of a sourced file --- vim/config/plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 0451c9f..8e8d386 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -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"}