Improved docs
This commit is contained in:
parent
ae22073ff0
commit
320a249153
49 changed files with 454 additions and 193 deletions
|
|
@ -1,13 +1,19 @@
|
|||
Plugin PHP Docblock Checker
|
||||
---------------------------
|
||||
|
||||
Runs the PHP Docblock Checker against your build. This tool verifies that all classes and methods have docblocks.
|
||||
|
||||
### Configuration Options:
|
||||
Configuration
|
||||
=============
|
||||
|
||||
### Options
|
||||
|
||||
* **allowed_warnings** - Optional - The warning limit for a successful build.
|
||||
* **path** - Optional - Directory in which PHP Docblock Checker should run.
|
||||
* **skip_methods** - Optional - Tells the checker to ignore methods that don't have a docblock.
|
||||
* **skip_classes** - Optional - Tells the checker to ignore classes that don't have a docblock.
|
||||
|
||||
### Example config:
|
||||
### Examples
|
||||
|
||||
```yml
|
||||
php_docblock_checker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue