aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-27 14:39:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-27 14:39:26 +1300
commitc67c95de9ebd18b7d2a6ac8d3bc81e4d497623b4 (patch)
tree81d9087c0ba9764b36fcc0e16fbaac2a4d15e6af /lint
parentMerge branch 'port/bsd/openbsd' (diff)
downloaddotfiles-c67c95de9ebd18b7d2a6ac8d3bc81e4d497623b4.tar.gz
dotfiles-c67c95de9ebd18b7d2a6ac8d3bc81e4d497623b4.zip
Add zsh checking
Diffstat (limited to 'lint')
-rwxr-xr-xlint/zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lint/zsh b/lint/zsh
new file mode 100755
index 00000000..9f6af707
--- /dev/null
+++ b/lint/zsh
@@ -0,0 +1,2 @@
+#!/bin/sh
+find zsh -type f -print -exec shellcheck -e SC1090 -s ksh -- {} \;