Disable SC2030 where appropriate.

remotes/origin/4.10
Darko Poljak 7 years ago
parent 7b17ad4733
commit b120a813a2
  1. 1
      cdist/conf/type/__consul_template_template/manifest

@ -52,6 +52,7 @@ for param in *; do
--owner root --group root --mode 640 \
--source "$source" \
--state "$state"
# shellcheck disable=SC2030
export require="__file${destination}"
printf ' source = "%s"\n' "$destination"

Loading…
Cancel
Save