Updated Php parallel lint plugin (markdown)
parent
c1d02a62cd
commit
afd1abaa1d
1 changed files with 5 additions and 3 deletions
|
|
@ -2,13 +2,15 @@ Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/L
|
|||
|
||||
## Configuration
|
||||
### Options
|
||||
* **directory** [optional] - directory to inspect (default: build root)
|
||||
* **ignore** [optional] - directory to ignore (default: inherits ignores specified in setup)
|
||||
* **directory** [string, optional] - directory to inspect (default: build root)
|
||||
* **ignore** [array, optional] - directory to ignore (default: inherits ignores specified in setup)
|
||||
|
||||
### Example
|
||||
```yml
|
||||
test:
|
||||
php_parallel_lint:
|
||||
directory: "app"
|
||||
ignore: "test"
|
||||
ignore:
|
||||
- "vendor"
|
||||
- "test"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue