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

4 lines
91 B
Bash
Raw Normal View History

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