From 9aa37f49812f2a518ff73417d0212be2b7059546 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 17 Feb 2015 15:10:09 -0500 Subject: [PATCH] Remove frequently unnecessary shellcheck warning about expanding single quotes --- vim/config/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 340d643..361e3b5 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -182,6 +182,7 @@ scriptencoding utf-8 \ '.*method does not override or implement a method from a supertype.*', \ '.*fatal error:[^:]*: No such file or directory.*', \ '.*line too long.*', + \ 'Expressions don.t expand in single quotes, use double quotes for that\. \[SC2016\]', \ 'trailing whitespace \[W291\]', \ 'blank line contains whitespace \[W293\]' \ ]}