aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:24:37 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:24:37 +0100
commit9efcb19038851085f1cc8c8ae489740b8db5e6f9 (patch)
tree40c620bb79af3e295ddb544db8bc80a44ffe3399 /dot_local/bin
parent382fa580aec083ad6e702a07a9a2180bd08a841e (diff)
downloaddotfiles-9efcb19038851085f1cc8c8ae489740b8db5e6f9.tar.gz
dotfiles-9efcb19038851085f1cc8c8ae489740b8db5e6f9.tar.bz2
dotfiles-9efcb19038851085f1cc8c8ae489740b8db5e6f9.zip
style: silence false-positive lint warnings
Inline directives for cases where the linter's shell/language dialect doesn't match reality: - init.lua: _G.P helper is intentional - dot_zprofile: zsh tied arrays, $+commands, optional sourcing - dot_zshrc: zsh brace-group-as-function-body - ipython_config: 'c' is injected by IPython at load time - doasedit: /bin/sh on Arch is bash, -O test is supported
Diffstat (limited to 'dot_local/bin')
-rwxr-xr-xdot_local/bin/executable_doasedit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_local/bin/executable_doasedit b/dot_local/bin/executable_doasedit
index e58b9f2..6483d75 100755
--- a/dot_local/bin/executable_doasedit
+++ b/dot_local/bin/executable_doasedit
@@ -1,4 +1,5 @@
#!/bin/sh -e
+# shellcheck disable=SC3067 # /bin/sh on Arch is bash; -O is supported
help() {
cat - >&2 <<EOF