summaryrefslogtreecommitdiff
path: root/test/run-shellcheck
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-shellcheck')
-rwxr-xr-xtest/run-shellcheck4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/run-shellcheck b/test/run-shellcheck
deleted file mode 100755
index cae7b809..00000000
--- a/test/run-shellcheck
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh -eu
-cd "$(dirname $0)/.."
-exec docker run --network none -tv "$PWD:/mnt:ro" \
- koalaman/shellcheck -S error "$@"