diff options
Diffstat (limited to 'scripts/assert-shellcheck.sh')
-rwxr-xr-x | scripts/assert-shellcheck.sh | 7 |
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 |