travis: ignore SC2001 which doesn't work for $CHROOT_VARIABLES handling
authorMichael Prokop <mika@grml.org>
Wed, 21 Aug 2019 20:09:28 +0000 (22:09 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 21 Aug 2019 20:09:28 +0000 (22:09 +0200)
commit6839f3bd4fc3c5bdceee79a0c6bb694116f76809
tree95ab93ee2ce1fbbddaa0276415a5921b03cd790d
parent2b7cd252b017064021f3928899741509ba9cb07d
travis: ignore SC2001 which doesn't work for $CHROOT_VARIABLES handling

SC2181 = See if you can use ${variable//search/replace} instead

This doesn't work for the $CHROOT_VARIABLES which includes
variables with strings like "/", so we can't rely on the
${variable//search/replace} approach. Quoting from
https://github.com/koalaman/shellcheck/wiki/SC2001:

| Utilizing some of the more complex capabilities of sed is
| required occasionally and it is safe to ignore SC2001.
travis/execute.sh