Tune installation script #54
reviewdog.yml
on: pull_request
Shellcheck testing
13s
Check spelling
10s
Annotations
4 errors and 1 warning
Shellcheck testing:
install.sh#L371
[shellcheck] reported by reviewdog 🐶
Did you forget the 'then' for this 'if'? [SC1049](https://github.com/koalaman/shellcheck/wiki/SC1049)
Raw Output:
./install.sh:371:17:error:Did you forget the 'then' for this 'if'? [SC1049](https://github.com/koalaman/shellcheck/wiki/SC1049)
|
Shellcheck testing:
install.sh#L371
[shellcheck] reported by reviewdog 🐶
Couldn't parse this if expression. Fix to allow more checks. [SC1073](https://github.com/koalaman/shellcheck/wiki/SC1073)
Raw Output:
./install.sh:371:17:error:Couldn't parse this if expression. Fix to allow more checks. [SC1073](https://github.com/koalaman/shellcheck/wiki/SC1073)
|
Shellcheck testing:
install.sh#L374
[shellcheck] reported by reviewdog 🐶
Expected 'then'. [SC1050](https://github.com/koalaman/shellcheck/wiki/SC1050)
Raw Output:
./install.sh:374:17:error:Expected 'then'. [SC1050](https://github.com/koalaman/shellcheck/wiki/SC1050)
|
Shellcheck testing:
install.sh#L374
[shellcheck] reported by reviewdog 🐶
Unexpected keyword/token. Fix any mentioned problems and try again. [SC1072](https://github.com/koalaman/shellcheck/wiki/SC1072)
Raw Output:
./install.sh:374:21:error:Unexpected keyword/token. Fix any mentioned problems and try again. [SC1072](https://github.com/koalaman/shellcheck/wiki/SC1072)
|
Shellcheck testing:
install.sh#L369
[shellcheck] reported by reviewdog 🐶
The mentioned syntax error was in this then clause. [SC1009](https://github.com/koalaman/shellcheck/wiki/SC1009)
Raw Output:
./install.sh:369:13:info:The mentioned syntax error was in this then clause. [SC1009](https://github.com/koalaman/shellcheck/wiki/SC1009)
|