Imported Upstream version 2.73.3
[platform/upstream/glib.git] / .gitlab-ci / run-shellcheck.sh
1 #!/bin/bash
2
3 set -e
4
5 # Ignoring third-party directories that we don't want to parse
6 # shellcheck disable=SC2046
7 shellcheck $(git ls-files '*.sh' | grep -Ev "glib/libcharset|glib/dirent")