Created
July 8, 2013 10:27
-
-
Save darraghenright/5947760 to your computer and use it in GitHub Desktop.
Lint a bunch of php files for syntax errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find src/ -type f -name "*\.php" -exec php -l {} \; | grep -v 'No syntax errors' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment