Remove shellcheck warning about unused varaibles

This commit is contained in:
Kevin MacMartin 2015-02-17 15:46:45 -05:00
parent 8ab585900c
commit 22d3d0b083

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.*',
\ '.*appears unused\. Verify it or export it\. \[SC2034\]',
\ 'Expressions don.t expand in single quotes, use double quotes for that\. \[SC2016\]',
\ 'Shebang (#!) missing\. Assuming Bash\. \[SC2148\]',
\ 'trailing whitespace \[W291\]',