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