ttrss/utils/gitlab-ci/php-lint.sh

6 lines
96 B
Bash
Raw Normal View History

2017-04-26 18:15:23 +00:00
#!/bin/sh
set -e
2017-04-26 13:26:53 +00:00
exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l