summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/php-lint.sh
blob: 172abd873150ba789e508329060eca12fcfe9d6d (plain)
1
2
3
#!/bin/sh -e

exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l