Added example.
parent
ed18c0d8b0
commit
e56b9725c3
1 changed files with 11 additions and 1 deletions
|
|
@ -1 +1,11 @@
|
|||
Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/Lint-plugin), except that it uses the [PHP Parallel Lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) project to run.
|
||||
Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/Lint-plugin), except that it uses the [PHP Parallel Lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) project to run.
|
||||
|
||||
###Example:
|
||||
|
||||
```
|
||||
test:
|
||||
php_parallel_lint:
|
||||
directories:
|
||||
- "app"
|
||||
- "public"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue