Remove the --yes from what we suggest to the user #139
Annotations
1 error and 8 warnings
Run reviewdog/action-shellcheck@v1:
installer.sh#L57
[shellcheck] reported by reviewdog 🐶
Double quote array expansions to avoid re-splitting elements.
Raw Output:
./installer.sh:57:55: error: Double quote array expansions to avoid re-splitting elements. (ShellCheck.SC2068)
|
Run reviewdog/action-shellcheck@v1:
installer.sh#L21
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:21:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Run reviewdog/action-shellcheck@v1:
installer.sh#L46
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:46:21: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Run reviewdog/action-shellcheck@v1:
installer.sh#L57
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:57:21: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Run reviewdog/action-shellcheck@v1:
installer.sh#L140
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:140:23: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Run reviewdog/action-shellcheck@v1:
installer.sh#L172
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:172:24: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Run reviewdog/action-shellcheck@v1:
installer.sh#L173
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:173:26: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Run reviewdog/action-shellcheck@v1:
installer.sh#L175
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:175:48: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Run reviewdog/action-shellcheck@v1:
installer.sh#L175
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:175:61: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Loading