feat: Void linux support #707
Annotations
2 errors and 10 warnings
Run 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
|
Run ShellCheck
Process completed with exit code 1.
|
Run 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)
|
Run 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)
|
Run 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)
|
Run 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)
|
Run 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)
|
Run 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)
|
Run 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)
|
Run 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)
|
Run 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)
|
Run 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)
|
Loading