Skip to content

chore(deps): update reviewdog/reviewdog to 0.17.5 #104

chore(deps): update reviewdog/reviewdog to 0.17.5

chore(deps): update reviewdog/reviewdog to 0.17.5 #104

GitHub Actions / shellcheck succeeded Mar 9, 2024 in 1s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (4)

testdata/test.sh|1 col 1| Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
testdata/test.sh|1 col 6| Double quote to prevent globbing and word splitting.
testdata/test.sh|2 col 14| Quote the parameter to -name so the shell won't interpret it.
testdata/test.sh|2 col 14| Use ./glob or -- glob so names with dashes won't become options.