Skip to content

Instantly share code, notes, and snippets.

@paulrblakey
Created June 17, 2014 15:40
Show Gist options
  • Save paulrblakey/2c4439802cd510179f7b to your computer and use it in GitHub Desktop.
Save paulrblakey/2c4439802cd510179f7b to your computer and use it in GitHub Desktop.
Laravel php lint command ignoring vendors dirs
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