blob: abf2e5ef3cb733b49ca7e223195e11c2e62443e6 [file] [log] [blame]
#!/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")