tt-rss/utils/gitlab-ci/php-lint.sh
2017-04-26 21:15:23 +03:00

5 lines
96 B
Bash

#!/bin/sh
set -e
exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l