Skip to content

Run ShellCheck with reviewdog on Github Actions #4

Run ShellCheck with reviewdog on Github Actions

Run ShellCheck with reviewdog on Github Actions #4

GitHub Actions / shellcheck succeeded May 6, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (10)

mac_with_intel_processor|8 col 10| Not following: /tmp/variables.zsh: openBinaryFile: does not exist (No such file or directory)
mac_with_intel_processor|14 col 6| Double quote to prevent globbing and word splitting.
mac_with_intel_processor|56 col 6| Use grep -q instead of comparing output with [ -n .. ].
mac_with_intel_processor|56 col 17| Double quote to prevent globbing and word splitting.
mac_with_intel_processor|96 col 6| Use grep -q instead of comparing output with [ -n .. ].
mac_with_intel_processor|96 col 17| Double quote to prevent globbing and word splitting.
mac_with_apple_silicon|8 col 10| Not following: /tmp/variables.zsh: openBinaryFile: does not exist (No such file or directory)
mac_with_apple_silicon|14 col 6| Double quote to prevent globbing and word splitting.
mac_with_apple_silicon|15 col 6| Use ! grep -q instead of comparing output with [ -z .. ].
mac_with_apple_silicon|15 col 17| Double quote to prevent globbing and word splitting.