Update configuration and example

Mike Bronner 2015-04-01 20:45:30 -07:00
commit 66827eb3db

@ -1,11 +1,14 @@
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:
## Configuration
### Options
* **directory** [optional] - directory to inspect (default: build root)
* **ignore** [optional] - directory to ignore (default: inherits ignores specified in setup)
### Example
```
test:
php_parallel_lint:
directory:
- "app"
- "public"
```
directory: "app"
ignore: "test"
```