diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/assert-shellcheck.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/assert-shellcheck.sh b/scripts/assert-shellcheck.sh index 70ea65a..76fb2d0 100755 --- a/scripts/assert-shellcheck.sh +++ b/scripts/assert-shellcheck.sh @@ -1,4 +1,5 @@ -#!/bin/sh -eux +#!/bin/sh +set -eux git ls-files -z | \ grep -zv vendor | \ |