php-parallel-lint / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
287 stars 21 forks source link

README: improve documentation #80

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

README: update recommended excludes

By default the .git directory will also be scanned forPHP files and as it often contains a lot of directories, this can really slow down the run time for the linting.

By adding an exclude for the .git directory in the Symfony example, this will hopefully help people realize that excluding the .git directory is a good idea.

README: document inline minimum version definition option

To be honest, I never realized this was possible until I looked at the code in more detail, so I have a feeling that this feature is barely known.

This feature has been in the codebase since 2014 (b0b05d2), so let's document this option to raise awareness

grogy commented 2 years ago

I forget to the feature with ignore lint in file

Thanks for the MR :-)