Support related locations #113
Annotations
2 errors and 3 warnings
script.sh#L16
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
script.sh:16:-staticcheck ${INPUT_STATICCHECK_FLAGS} -f=json ${INPUT_TARGET:-.} \
script.sh:16:+staticcheck "${INPUT_STATICCHECK_FLAGS}" -f=json "${INPUT_TARGET:-.}" \
|
script.sh#L25
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
script.sh:25:- ${INPUT_REVIEWDOG_FLAGS}
script.sh:25:+ "${INPUT_REVIEWDOG_FLAGS}"
|
script.sh#L16
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./script.sh:16:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
script.sh#L16
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./script.sh:16:48:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
script.sh#L25
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./script.sh:25:7:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
The logs for this run have expired and are no longer available.
Loading