feat: Void linux support #693
shellcheck.yml
on: pull_request
Shellcheck
36s
Shell Fomatting
0s
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 2.
|
Shellcheck:
core/tabs/system-setup/system-cleanup.sh#L25
[shellcheck] reported by reviewdog 🐶
Quote this to prevent word splitting.
Raw Output:
./core/tabs/system-setup/system-cleanup.sh:25:49: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
|
Shellcheck:
core/tabs/system-setup/compile-setup.sh#L18
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./core/tabs/system-setup/compile-setup.sh:18:51: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Shellcheck:
core/tabs/system-setup/compile-setup.sh#L25
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./core/tabs/system-setup/compile-setup.sh:25:55: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Shellcheck:
core/tabs/system-setup/compile-setup.sh#L31
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./core/tabs/system-setup/compile-setup.sh:31:55: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Shellcheck:
core/tabs/system-setup/compile-setup.sh#L37
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./core/tabs/system-setup/compile-setup.sh:37:70: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Shellcheck:
core/tabs/system-setup/compile-setup.sh#L51
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./core/tabs/system-setup/compile-setup.sh:51:55: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
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/wifi-control.sh#L88
[shellcheck] reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true.
Raw Output:
./core/tabs/utils/wifi-control.sh:88:25: info: Note that A && B || C is not if-then-else. C may run when A is true. (ShellCheck.SC2015)
|
Shellcheck:
core/tabs/utils/wifi-control.sh#L101
[shellcheck] reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true.
Raw Output:
./core/tabs/utils/wifi-control.sh:101:26: info: Note that A && B || C is not if-then-else. C may run when A is true. (ShellCheck.SC2015)
|
Shellcheck:
core/tabs/utils/wifi-control.sh#L148
[shellcheck] reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true.
Raw Output:
./core/tabs/utils/wifi-control.sh:148:69: info: Note that A && B || C is not if-then-else. C may run when A is true. (ShellCheck.SC2015)
|