aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-30 23:34:43 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-30 23:34:43 +1300
commit4e0fe72dd31f556858b8ae666fd0a7211608693a (patch)
tree51f5fcf008ce5258efa51d63f6583029b93abfd6 /lint
parentFix a zsh-as-sh/ksh-specific issue (diff)
downloaddotfiles-4e0fe72dd31f556858b8ae666fd0a7211608693a.tar.gz
dotfiles-4e0fe72dd31f556858b8ae666fd0a7211608693a.zip
Remove zsh linter
Diffstat (limited to 'lint')
-rwxr-xr-xlint/zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/lint/zsh b/lint/zsh
deleted file mode 100755
index 9f6af707..00000000
--- a/lint/zsh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-find zsh -type f -print -exec shellcheck -e SC1090 -s ksh -- {} \;