Tune installation script #49
reviewdog.yml
on: pull_request
Shellcheck testing
13s
Check spelling
9s
Annotations
1 error and 2 warnings
Shellcheck testing:
install.sh#L127
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
install.sh:127:- cd "$RUSTDESK_INSTALL_DIR"
install.sh:127:+ cd "$RUSTDESK_INSTALL_DIR" || exit
|
Shellcheck testing:
install.sh#L50
[shellcheck] reported by reviewdog 🐶
SCRIPT_NAME appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./install.sh:50:1:warning:SCRIPT_NAME appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
Shellcheck testing:
install.sh#L127
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)
Raw Output:
./install.sh:127:13:warning:Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)
|