Add uninstaller #38
Annotations
4 errors
uninstall.sh#L180
[shellcheck] reported by reviewdog 🐶
Did you forget the 'then' for this 'if'? [SC1049](https://github.com/koalaman/shellcheck/wiki/SC1049)
Raw Output:
./uninstall.sh:180:1:error:Did you forget the 'then' for this 'if'? [SC1049](https://github.com/koalaman/shellcheck/wiki/SC1049)
|
uninstall.sh#L180
[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:
./uninstall.sh:180:1:error:Couldn't parse this if expression. Fix to allow more checks. [SC1073](https://github.com/koalaman/shellcheck/wiki/SC1073)
|
uninstall.sh#L184
[shellcheck] reported by reviewdog 🐶
Expected 'then'. [SC1050](https://github.com/koalaman/shellcheck/wiki/SC1050)
Raw Output:
./uninstall.sh:184:1:error:Expected 'then'. [SC1050](https://github.com/koalaman/shellcheck/wiki/SC1050)
|
uninstall.sh#L184
[shellcheck] reported by reviewdog 🐶
Unexpected keyword/token. Fix any mentioned problems and try again. [SC1072](https://github.com/koalaman/shellcheck/wiki/SC1072)
Raw Output:
./uninstall.sh:184:6:error:Unexpected keyword/token. Fix any mentioned problems and try again. [SC1072](https://github.com/koalaman/shellcheck/wiki/SC1072)
|
The logs for this run have expired and are no longer available.
Loading