Rename attempt

This commit is contained in:
Jens True 2023-06-01 09:29:20 +00:00
parent 1f902ed6c3
commit f1c1c5456c

@ -12,10 +12,10 @@ pipeline:
commands: commands:
- composer install - composer install
- ./vendor/bin/phpunit tests - ./vendor/bin/phpunit tests
analyze: tools:
image: php image: php
commands: commands:
- ./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode - ./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
- ./vendor/bin/phpstan analyze --level=7 src/ backup - ./vendor/bin/phpstan analyze --level=7 src/ backup
- ./vendor/bin/psalm - ./vendor/bin/psalm
- ./vendor/bin/phpcs src - ./vendor/bin/phpcs src