Skip to content

chore: treesitter

chore: treesitter #453

Triggered via push November 27, 2025 15:30
Status Success
Total duration 16s
Artifacts

linter.yml

on: push
shellcheck
12s
shellcheck
Fit to window
Zoom out
Zoom in

Annotations

1 error, 4 warnings, and 8 notices
[shellcheck] shell/.zshrc#L1 <ShellCheck.SC1071>: shell/.zshrc#L1
ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry!
[shellcheck] misc/scripts/power-change.sh#L9 <ShellCheck.SC2024>: misc/scripts/power-change.sh#L9
sudo doesn't affect redirects. Use .. | sudo tee -a file
[shellcheck] misc/scripts/power-change.sh#L13 <ShellCheck.SC2024>: misc/scripts/power-change.sh#L13
sudo doesn't affect redirects. Use .. | sudo tee -a file
[shellcheck] .local/bin/convertmp4#L79 <ShellCheck.SC2034>: .local/bin/convertmp4#L79
STREAM_INDEX appears unused. Verify use (or export if used externally).
[shellcheck] shell/.profile#L99 <ShellCheck.SC1090>: shell/.profile#L99
ShellCheck can't follow non-constant source. Use a directive to specify location.
[shellcheck] .local/bin/fkill#L7 <ShellCheck.SC2268>: .local/bin/fkill#L7
Avoid x-prefix in comparisons as it no longer serves a purpose.
[shellcheck] .local/bin/convertmp4#L47 <ShellCheck.SC2001>: .local/bin/convertmp4#L47
See if you can use ${variable//search/replace} instead.
[shellcheck] .local/bin/convertmp4#L84 <ShellCheck.SC2162>: .local/bin/convertmp4#L84
read without -r will mangle backslashes.
[shellcheck] .local/bin/convertmp4#L101 <ShellCheck.SC2001>: .local/bin/convertmp4#L101
See if you can use ${variable//search/replace} instead.
[shellcheck] .local/bin/convertmp4#L149 <ShellCheck.SC2181>: .local/bin/convertmp4#L149
Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
[shellcheck] .local/bin/convertmp4#L159 <ShellCheck.SC2181>: .local/bin/convertmp4#L159
Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
[shellcheck] .config/tmux/session-popup#L16 <ShellCheck.SC2086>: .config/tmux/session-popup#L16
Double quote to prevent globbing and word splitting.
[shellcheck] setupDots#L16 <ShellCheck.SC2086>: setupDots#L16
Double quote to prevent globbing and word splitting.