From 6880c2bef078e559f943b0aa5fbffbd393776cfa Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 17 Aug 2018 15:00:32 -0700 Subject: [PATCH] Exclude ci/semver_bash/; don't want to diverge from upstream --- ci/shellcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/shellcheck.sh b/ci/shellcheck.sh index d8107b629c..265d53ea59 100755 --- a/ci/shellcheck.sh +++ b/ci/shellcheck.sh @@ -6,6 +6,7 @@ cd "$(dirname "$0")/.." set -x find . -name "*.sh" \ + -not -regex ".*/ci/semver_bash/.*" \ -not -regex ".*/.cargo/.*" \ -not -regex ".*/node_modules/.*" \ -not -regex ".*/target/.*" \