mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-14 12:58:41 +00:00
improve order for faster response
This commit is contained in:
parent
b04b503040
commit
a69a9d4bcb
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
php phpcs.phar ./ --standard="Build/Config/phpcs.xml"
|
||||
php phpcs.phar ./ --standard="Build/Config/phpcs.xml" -s --report-junit=Build/test/junit_phpcs.xml
|
||||
|
||||
php phpstan.phar analyse --autoload-file=phpOMS/Autoloader.php -l 7 -c Build/Config/phpstan.neon ./
|
||||
|
||||
php phpcs.phar ./ --standard="Build/Config/phpcs.xml" -s --report-junit=Build/test/junit_phpcs.xml
|
||||
php phpstan.phar analyse --autoload-file=phpOMS/Autoloader.php -l 7 -c Build/Config/phpstan.neon --error-format=prettyJson ./ > Build/test/phpstan.json
|
||||
|
||||
# Remove empty lines and lines with warnings which corrupt the json format
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user