Skip to content

Commit

Permalink
Ignore SC2248
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 15, 2024
1 parent 3be2b89 commit 1a5ae93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/generate_experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ fi
if [[ ${BUILD} =~ "Y" ]]; then
echo "Building via build_all.sh ${_build_flags}..."
# Let the output of build_all.sh go to stdout regardless of verbose options
#shellcheck disable=SC2086
#shellcheck disable=SC2086,SC2248
${HOMEgfs}/sorc/build_all.sh ${_verbose_flag} ${_build_flags}
fi

Expand Down

0 comments on commit 1a5ae93

Please sign in to comment.