#!/bin/sh

set -e

cd "$(git rev-parse --show-toplevel)"

LC_ALL=C.UTF-8 shellcheck "$@" \
    Examples/bash/scripts/bash_test.sh \
    Examples/common_tools/benchmark-http.sh \
    Examples/python-simple/run-tests.sh \
    Runtime/pal_loader \
    Scripts/clean-check \
    Scripts/clean-check-prepare \
    Scripts/clean-check-test-copy \
    Scripts/download \
    Scripts/gitignore-test \
    Scripts/run-pytest \
    .ci/run-pylint \
    .ci/run-shellcheck
