A short bash script to recursively lint PHP files with a nice output. Based on njoannidi/phpLintBash
A quick bash script to recursively lint PHP files in a given directory. Nice to use as part of a testing stragegy for CI, or after doing an epic merge., (*1)
$ phpLint, (*2)
$ phpLint [directory], (*3)
Lint all files recursively of specified directory, (*4)
$ phpLint -e [exclude directory] -e [exclude directory] [directory], (*5)
Lint all files recursively of specified directory without exclude directory, (*6)
Based on njoannidi/phpLintBash, (*7)