]> git.wh0rd.org - tt-rss.git/blob - utils/gitlab-ci/php-lint.sh
ceaee146652351903de5a8015913ef609a8e2163
[tt-rss.git] / utils / gitlab-ci / php-lint.sh
1 #!/bin/sh -e
2
3 exec find . -name "*.php" -print0 | xargs -0 -n1 php -q -l