diff --git a/ci/shellcheck.sh b/ci/shellcheck.sh index d8107b629..265d53ea5 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/.*" \