aboutsummaryrefslogtreecommitdiff
path: root/scripts/assert-shellcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/assert-shellcheck.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/assert-shellcheck.sh b/scripts/assert-shellcheck.sh
deleted file mode 100755
index 76fb2d0..0000000
--- a/scripts/assert-shellcheck.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -eux
-
-git ls-files -z | \
- grep -zv vendor | \
- xargs -0 awk 'FNR==1 && /^#!\/bin\/sh/ { print FILENAME }' | \
- xargs shellcheck