Created
June 17, 2014 15:40
-
-
Save paulrblakey/2c4439802cd510179f7b to your computer and use it in GitHub Desktop.
Laravel php lint command ignoring vendors dirs
This file contains 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 . -path ./src/vendor -prune -o -name "*.php" -exec php -l {} \; | grep "Parse error" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment