Consistency is key! #73
reviewdog.yml
on: pull_request
Shellcheck testing
7s
Check spelling
10s
Annotations
1 error and 1 warning
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)
|