Skip to content

Tune installation script #49

Tune installation script

Tune installation script #49

Triggered via pull request October 4, 2023 17:12
Status Success
Total duration 24s
Artifacts

reviewdog.yml

on: pull_request
Shellcheck testing
13s
Shellcheck testing
Check spelling
9s
Check spelling
Fit to window
Zoom out
Zoom in

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)