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
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