Skip to content

Add uninstaller

Add uninstaller #39

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

reviewdog.yml

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

Annotations

4 errors
Shellcheck testing: 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)
Shellcheck testing: 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)
Shellcheck testing: 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)
Shellcheck testing: 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)