Skip to content

Consistency is key! #70

Consistency is key!

Consistency is key! #70

Triggered via pull request October 5, 2023 13:32
Status Success
Total duration 22s
Artifacts

reviewdog.yml

on: pull_request
Shellcheck testing
8s
Shellcheck testing
Check spelling
10s
Check spelling
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Shellcheck testing: uninstall.sh#L17
[shellcheck] reported by reviewdog 🐶 Argument mixes string and array. Use * or separate argument. [SC2145](https://github.com/koalaman/shellcheck/wiki/SC2145) Raw Output: ./uninstall.sh:17:24:error:Argument mixes string and array. Use * or separate argument. [SC2145](https://github.com/koalaman/shellcheck/wiki/SC2145)
Shellcheck testing: install.sh#L27
[shellcheck] reported by reviewdog 🐶 Argument mixes string and array. Use * or separate argument. [SC2145](https://github.com/koalaman/shellcheck/wiki/SC2145) Raw Output: ./install.sh:27:40:error:Argument mixes string and array. Use * or separate argument. [SC2145](https://github.com/koalaman/shellcheck/wiki/SC2145)
Shellcheck testing: install.sh#L151
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: install.sh:151:- cd "$RUSTDESK_INSTALL_DIR" install.sh:151:+ cd "$RUSTDESK_INSTALL_DIR" || exit
Shellcheck testing: install.sh#L151
[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:151:13:warning:Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)