aboutsummaryrefslogtreecommitdiff
path: root/lint/sh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lint/sh.sh')
-rw-r--r--lint/sh.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/lint/sh.sh b/lint/sh.sh
index 4f796b09..89704c0b 100644
--- a/lint/sh.sh
+++ b/lint/sh.sh
@@ -1,6 +1,6 @@
-shellcheck -e SC1090 -s sh -- \
- sh/profile \
- sh/profile.d/* \
- sh/shinit \
- sh/shrc \
- sh/shrc.d/*
+find sh \
+ keychain/profile.d keychain/shrc.d \
+ ksh/shrc.d \
+ mpd/profile.d \
+ plenv/profile.d plenv/shrc.d \
+ -type f -print -exec shellcheck -e SC1090 -s sh -- {} +