Ignore false-neg ShellCheck SC2154 unused vars 19/13519/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 14 Nov 2018 15:01:41 +0000 (15:01 +0000)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 14 Nov 2018 15:11:30 +0000 (15:11 +0000)
commit6ac3df63c1e23932be9ed1e5c1810d5e9bf3cf18
treed88032bc5c2da410cb8fce58737b5fbe4eb18664
parent0b174473134b72965f9642a32d24dc43279a014a
Ignore false-neg ShellCheck SC2154 unused vars

ShellCheck 0.4.4 incorrectly fails on the ignored lines, thinking they
are vars that are declared but not used. It only fails one the first
line that uses a new prefix before the hyphen.

I tried using single/double/no quotes, all of which should be valid
bash, but ShellCheck fails on all.

Change-Id: I9ccca21a9d2504ecf0ec3f09707eb82353bd8bbc
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
shell/jenkins-configure-clouds.sh