Skip to content

fix: enhance protolint_flags option #16

fix: enhance protolint_flags option

fix: enhance protolint_flags option #16

Re-run triggered October 30, 2023 00:55
Status Success
Total duration 41s
Artifacts

reviewdog.yml

on: pull_request
runner / shellcheck
5s
runner / shellcheck
runner / hadolint
4s
runner / hadolint
runner / misspell
9s
runner / misspell
runner / alex
29s
runner / alex
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
runner / shellcheck: entrypoint.sh#L17
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: entrypoint.sh:17:-./protolint ${INPUT_PROTOLINT_FLAGS} 2>&1 \ entrypoint.sh:17:+./protolint "${INPUT_PROTOLINT_FLAGS}" 2>&1 \
runner / shellcheck: entrypoint.sh#L24
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: entrypoint.sh:24:- ${INPUT_REVIEWDOG_FLAGS} entrypoint.sh:24:+ "${INPUT_REVIEWDOG_FLAGS}"
runner / shellcheck: entrypoint.sh#L17
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./entrypoint.sh:17:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: entrypoint.sh#L24
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./entrypoint.sh:24:7:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)