From 8ab585900ced77846eb77eecd7bb7263fadfe42d Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 17 Feb 2015 15:27:05 -0500 Subject: [PATCH] Remove another shellcheck error regarding a missing shebang --- vim/config/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 361e3b5..e6b841e 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -183,6 +183,7 @@ scriptencoding utf-8 \ '.*fatal error:[^:]*: No such file or directory.*', \ '.*line too long.*', \ 'Expressions don.t expand in single quotes, use double quotes for that\. \[SC2016\]', + \ 'Shebang (#!) missing\. Assuming Bash\. \[SC2148\]', \ 'trailing whitespace \[W291\]', \ 'blank line contains whitespace \[W293\]' \ ]}