Skip to content

Commit 10c5512

Browse files
jrfnlgrogy
authored andcommitted
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.
1 parent cb4672e commit 10c5512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ It is strongly recommended for existing users of the (unmaintained)
9191

9292
To run from the command line:
9393

94-
vendor/bin/parallel-lint --exclude app --exclude vendor .
94+
vendor/bin/parallel-lint --exclude .git --exclude app --exclude vendor .
9595

9696

9797
## How to upgrade

0 commit comments

Comments
 (0)