Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit e72c179

Browse files
committed
Update README.md
1 parent 899af44 commit e72c179

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Recommended setting for usage with Symfony framework
4747
For run from command line:
4848

4949
```
50-
$ ./bin/parallel-lint --exclude .git --exclude app --exclude vendor .
50+
$ ./bin/parallel-lint --exclude app --exclude vendor .
5151
```
5252

5353
or setting for ANT:
@@ -58,8 +58,7 @@ or setting for ANT:
5858
</condition>
5959

6060
<target name="parallel-lint" description="Run PHP parallel lint">
61-
<exec executable="${parallel-lint}">
62-
<arg line='--exclude ${basedir}/.git/' />
61+
<exec executable="${parallel-lint}" failonerror="true">
6362
<arg line='--exclude ${basedir}/app/' />
6463
<arg line='--exclude ${basedir}/vendor/' />
6564
<arg line='${basedir}' />

0 commit comments

Comments
 (0)