Closed johnbley closed 5 months ago
Could you give some information on what the actual warning is?
Could you give some information on what the actual warning is?
Oh! Sure thing! Basically we don't want to ignore the return value of command -v dotnet
:
SC2155 (warning): Declare and assign separately to avoid masking return values.
When using nuke in a project and applying
shellcheck --severity=warning
(a wonderful shell linting tool), it turned up a minor nit in nuke'sbuild.sh
. So, it was suggested by a colleague that I fix this "at the source" 😄 .I confirm that the pull-request: