Skip to content

feat: Void linux support #707

feat: Void linux support

feat: Void linux support #707

Re-run triggered January 28, 2025 14:14
Status Failure
Total duration 51s
Artifacts

shellcheck.yml

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

Annotations

2 errors and 10 warnings
Shellcheck
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
Shellcheck
Process completed with exit code 1.
Shellcheck: core/tabs/applications-setup/communication-apps/signal-setup.sh#L11
[shellcheck] reported by reviewdog 🐶 Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. Raw Output: ./core/tabs/applications-setup/communication-apps/signal-setup.sh:11:21: info: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. (ShellCheck.SC2002)
Shellcheck: core/tabs/applications-setup/communication-apps/discord-setup.sh#L20
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: ./core/tabs/applications-setup/communication-apps/discord-setup.sh:20:132: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
Shellcheck: core/tabs/applications-setup/android-debloat.sh#L25
[shellcheck] reported by reviewdog 🐶 The surrounding quotes actually unquote this. Remove or escape them. Raw Output: ./core/tabs/applications-setup/android-debloat.sh:25:68: warning: The surrounding quotes actually unquote this. Remove or escape them. (ShellCheck.SC2027)
Shellcheck: core/tabs/applications-setup/android-debloat.sh#L25
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./core/tabs/applications-setup/android-debloat.sh:25:68: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Shellcheck: core/tabs/applications-setup/browsers/librewolf.sh#L11
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. Raw Output: ./core/tabs/applications-setup/browsers/librewolf.sh:11:24: info: Use $(...) notation instead of legacy backticks `...`. (ShellCheck.SC2006)
Shellcheck: core/tabs/utils/samba-ssh-setup.sh#L183
[shellcheck] reported by reviewdog 🐶 read without -r will mangle backslashes. Raw Output: ./core/tabs/utils/samba-ssh-setup.sh:183:5: info: read without -r will mangle backslashes. (ShellCheck.SC2162)
Shellcheck: core/tabs/utils/utility_functions.sh#L36
[shellcheck] reported by reviewdog 🐶 Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. Raw Output: ./core/tabs/utils/utility_functions.sh:36:10: info: Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. (ShellCheck.SC2181)
Shellcheck: core/tabs/utils/bluetooth-control.sh#L76
[shellcheck] reported by reviewdog 🐶 action appears unused. Verify use (or export if used externally). Raw Output: ./core/tabs/utils/bluetooth-control.sh:76:5: warning: action appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
Shellcheck: core/tabs/utils/bluetooth-control.sh#L97
[shellcheck] reported by reviewdog 🐶 Modification of i is local (to subshell caused by pipeline). Raw Output: ./core/tabs/utils/bluetooth-control.sh:97:13: info: Modification of i is local (to subshell caused by pipeline). (ShellCheck.SC2030)
Shellcheck: core/tabs/utils/bluetooth-control.sh#L104
[shellcheck] reported by reviewdog 🐶 i was modified in a subshell. That change might be lost. Raw Output: ./core/tabs/utils/bluetooth-control.sh:104:72: info: i was modified in a subshell. That change might be lost. (ShellCheck.SC2031)