initial update #16
reviewdog.yml
on: pull_request
runner / shellcheck
9s
runner / hadolint
7s
runner / misspell
9s
runner / alex
25s
Annotations
1 error and 2 warnings
runner / shellcheck
Process completed with exit code 2.
|
runner / shellcheck:
entrypoint.sh#L25
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./entrypoint.sh:25:7:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
runner / shellcheck:
entrypoint.sh#L25
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
entrypoint.sh:25:- ${INPUT_REVIEWDOG_FLAGS}
entrypoint.sh:25:+ "${INPUT_REVIEWDOG_FLAGS}"
|