Skip to content

Commit

Permalink
Disable SC2329 for rosenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed May 14, 2024
1 parent 32f74ba commit 6a172a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industrial_ci/src/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function ici_with_unset_variables {
}

function _sub_shell() (
# shellcheck disable=SC2317
# shellcheck disable=SC2317,SC2329
function rosenv() {
# if current_ws not set, use an invalid path to skip it
for e in $(ici_extend_space "${current_ws:-/dev/null}") $(ici_extend_space "$BASEDIR/${PREFIX}downstream_ws") $(ici_extend_space "$BASEDIR/${PREFIX}target_ws") $(ici_extend_space "$BASEDIR/${PREFIX}base_ws") $(ici_extend_space "$BASEDIR/${PREFIX}upstream_ws") "$UNDERLAY"; do
Expand Down

0 comments on commit 6a172a3

Please sign in to comment.