Files
glib/.gitlab-ci/run-shellcheck.sh
2020-11-15 17:34:27 +01:00

8 lines
187 B
Bash
Executable File

#!/bin/bash
set -e
# Ignoring third-party directories that we don't want to parse
# shellcheck disable=SC2046
shellcheck $(git ls-files '*.sh' | grep -Ev "glib/libcharset|glib/dirent")