Perform analysis
This commit is contained in:
@ -11,4 +11,12 @@ pipeline:
|
|||||||
image: composer
|
image: composer
|
||||||
commands:
|
commands:
|
||||||
- composer install
|
- composer install
|
||||||
- ./vendor/bin/phpunit tests
|
- ./vendor/bin/phpunit tests
|
||||||
|
analyze:
|
||||||
|
image: php
|
||||||
|
commands:
|
||||||
|
- ./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
|
||||||
|
- ./vendor/bin/phpstan analyze --level=7 src/ backup
|
||||||
|
- ./vendor/bin/psalm
|
||||||
|
- ./vendor/bin/phpcs src
|
||||||
|
failure: ignore
|
Reference in New Issue
Block a user