aboutsummaryrefslogtreecommitdiff
path: root/scripts/assert-shellcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/assert-shellcheck.sh')
-rwxr-xr-xscripts/assert-shellcheck.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/assert-shellcheck.sh b/scripts/assert-shellcheck.sh
deleted file mode 100755
index e24c29c..0000000
--- a/scripts/assert-shellcheck.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-set -Eeuo pipefail
-cd "$(dirname "${BASH_SOURCE[0]}")"
-cd ../
-
-git ls-files | grep '\.sh$' | xargs shellcheck