chore(deps): bump actions/checkout from 4 to 6 #63
Annotations
3 errors and 10 warnings
|
shellcheck
Process completed with exit code 1.
|
|
shellcheck:
shell/.zshrc#L1
[shellcheck] reported by reviewdog 🐶
ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry!
Raw Output:
./shell/.zshrc:1:1: error: ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry! (ShellCheck.SC1071)
|
|
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:
.config/tmux/session-popup#L16
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./.config/tmux/session-popup:16:125: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
shellcheck:
.local/bin/convertmp4#L159
[shellcheck] reported by reviewdog 🐶
Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
Raw Output:
./.local/bin/convertmp4:159:10: info: Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. (ShellCheck.SC2181)
|
|
shellcheck:
.local/bin/convertmp4#L149
[shellcheck] reported by reviewdog 🐶
Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
Raw Output:
./.local/bin/convertmp4:149:6: info: Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. (ShellCheck.SC2181)
|
|
shellcheck:
.local/bin/convertmp4#L101
[shellcheck] reported by reviewdog 🐶
See if you can use ${variable//search/replace} instead.
Raw Output:
./.local/bin/convertmp4:101:14: info: See if you can use ${variable//search/replace} instead. (ShellCheck.SC2001)
|
|
shellcheck:
.local/bin/convertmp4#L84
[shellcheck] reported by reviewdog 🐶
read without -r will mangle backslashes.
Raw Output:
./.local/bin/convertmp4:84:1: info: read without -r will mangle backslashes. (ShellCheck.SC2162)
|
|
shellcheck:
.local/bin/convertmp4#L79
[shellcheck] reported by reviewdog 🐶
STREAM_INDEX appears unused. Verify use (or export if used externally).
Raw Output:
./.local/bin/convertmp4:79:1: warning: STREAM_INDEX appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
|
shellcheck:
.local/bin/convertmp4#L47
[shellcheck] reported by reviewdog 🐶
See if you can use ${variable//search/replace} instead.
Raw Output:
./.local/bin/convertmp4:47:10: info: See if you can use ${variable//search/replace} instead. (ShellCheck.SC2001)
|
|
shellcheck:
.local/bin/fkill#L7
[shellcheck] reported by reviewdog 🐶
Avoid x-prefix in comparisons as it no longer serves a purpose.
Raw Output:
./.local/bin/fkill:7:6: info: Avoid x-prefix in comparisons as it no longer serves a purpose. (ShellCheck.SC2268)
|
|
shellcheck:
misc/scripts/power-change.sh#L13
[shellcheck] reported by reviewdog 🐶
sudo doesn't affect redirects. Use .. | sudo tee -a file
Raw Output:
./misc/scripts/power-change.sh:13:41: warning: sudo doesn't affect redirects. Use .. | sudo tee -a file (ShellCheck.SC2024)
|
|
shellcheck:
misc/scripts/power-change.sh#L9
[shellcheck] reported by reviewdog 🐶
sudo doesn't affect redirects. Use .. | sudo tee -a file
Raw Output:
./misc/scripts/power-change.sh:9:41: warning: sudo doesn't affect redirects. Use .. | sudo tee -a file (ShellCheck.SC2024)
|
Loading