summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-shellcheck.sh
blob: abf2e5ef3cb733b49ca7e223195e11c2e62443e6 (plain)
1
2
3
4
5
6
7
#!/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")