Skip to content

fix(dwm-titus): Multiple fixes #772

fix(dwm-titus): Multiple fixes

fix(dwm-titus): Multiple fixes #772

Re-run triggered February 19, 2025 21:51
Status Failure
Total duration 54s
Artifacts

shellcheck.yml

on: pull_request
Shellcheck
41s
Shellcheck
Shell Fomatting
0s
Shell Fomatting
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
Shellcheck: core/tabs/applications-setup/dwmtitus-setup.sh#L249
[shellcheck] reported by reviewdog 🐶 Couldn't find 'fi' for this 'if'. Raw Output: ./core/tabs/applications-setup/dwmtitus-setup.sh:249:5: error: Couldn't find 'fi' for this 'if'. (ShellCheck.SC1046)
Shellcheck: core/tabs/applications-setup/dwmtitus-setup.sh#L249
[shellcheck] reported by reviewdog 🐶 Couldn't parse this if expression. Fix to allow more checks. Raw Output: ./core/tabs/applications-setup/dwmtitus-setup.sh:249:5: error: Couldn't parse this if expression. Fix to allow more checks. (ShellCheck.SC1073)
Shellcheck: core/tabs/applications-setup/dwmtitus-setup.sh#L313
[shellcheck] reported by reviewdog 🐶 '(' is invalid here. Did you forget to escape it? Raw Output: ./core/tabs/applications-setup/dwmtitus-setup.sh:313:46: error: '(' is invalid here. Did you forget to escape it? (ShellCheck.SC1036)
Shellcheck: core/tabs/applications-setup/dwmtitus-setup.sh#L313
[shellcheck] reported by reviewdog 🐶 Expected 'fi' matching previously mentioned 'if'. Raw Output: ./core/tabs/applications-setup/dwmtitus-setup.sh:313:46: error: Expected 'fi' matching previously mentioned 'if'. (ShellCheck.SC1047)
Shellcheck: core/tabs/applications-setup/dwmtitus-setup.sh#L313
[shellcheck] reported by reviewdog 🐶 Expected 'fi'. Fix any mentioned problems and try again. Raw Output: ./core/tabs/applications-setup/dwmtitus-setup.sh:313:46: error: Expected 'fi'. Fix any mentioned problems and try again. (ShellCheck.SC1072)
Shellcheck
Process completed with exit code 1.
Shellcheck: core/tabs/applications-setup/dwmtitus-setup.sh#L216
[shellcheck] reported by reviewdog 🐶 The mentioned syntax error was in this brace group. Raw Output: ./core/tabs/applications-setup/dwmtitus-setup.sh:216:23: info: The mentioned syntax error was in this brace group. (ShellCheck.SC1009)
Shellcheck: core/tabs/applications-setup/dwmtitus-setup.sh#L307
[shellcheck] reported by reviewdog 🐶 Did you forget to close this double quoted string? Raw Output: ./core/tabs/applications-setup/dwmtitus-setup.sh:307:23: warning: Did you forget to close this double quoted string? (ShellCheck.SC1078)
Shellcheck: core/tabs/applications-setup/dwmtitus-setup.sh#L313
[shellcheck] reported by reviewdog 🐶 This is actually an end quote, but due to next char it looks suspect. Raw Output: ./core/tabs/applications-setup/dwmtitus-setup.sh:313:12: info: This is actually an end quote, but due to next char it looks suspect. (ShellCheck.SC1079)