summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-shellcheck.sh
blob: f6d2dd59fbe7c21b652dba7875d025b2b8bdc111 (plain)
1
2
3
4
5
6
#!/bin/bash

set -e

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