Updating project to prevent any PHPMD or PHPCS errors creeping in
This commit is contained in:
parent
70b50c108e
commit
978b968f27
1 changed files with 3 additions and 1 deletions
|
|
@ -13,9 +13,11 @@ setup:
|
|||
|
||||
test:
|
||||
php_mess_detector:
|
||||
allowed_warnings: 10 # Set max warnings at the current level - Disallow any further errors creeping in.
|
||||
allowed_warnings: 0
|
||||
php_code_sniffer:
|
||||
standard: "PSR2"
|
||||
allowed_warnings: 0
|
||||
allowed_errors: 0
|
||||
php_loc:
|
||||
php_unit:
|
||||
php_docblock_checker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue