Perform analysis

This commit is contained in:
Jens True 2023-06-01 09:22:23 +00:00
parent c3ef0400f6
commit 45ea239d7c

@ -12,3 +12,11 @@ pipeline:
commands:
- composer install
- ./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