Improved docs
This commit is contained in:
parent
ae22073ff0
commit
320a249153
49 changed files with 454 additions and 193 deletions
|
|
@ -1,11 +1,18 @@
|
|||
Plugin PHP Parallel Lint
|
||||
------------------------
|
||||
|
||||
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.
|
||||
|
||||
## Configuration
|
||||
Configuration
|
||||
=============
|
||||
|
||||
### Options
|
||||
|
||||
* **directory** [string, optional] - directory to inspect (default: build root)
|
||||
* **ignore** [array, optional] - directory to ignore (default: inherits ignores specified in setup)
|
||||
|
||||
### Example
|
||||
### Examples
|
||||
|
||||
```yml
|
||||
test:
|
||||
php_parallel_lint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue