Remove frequently unnecessary shellcheck warning about expanding single quotes

This commit is contained in:
Kevin MacMartin 2015-02-17 15:10:09 -05:00
parent 57402031c4
commit 9aa37f4981

View file

@ -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\]'
\ ]}