mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 03:38:40 +00:00
bug fixes and template adjustments
This commit is contained in:
parent
da4c76389e
commit
cf0e233a4e
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
mkdir -p Build/test
|
||||
|
||||
php phpcs.phar ./ --standard="Build/Config/phpcs.xml"
|
||||
./vendor/bin/phpcs ./ --standard="Build/Config/phpcs.xml"
|
||||
./vendor/bin/phpstan analyse --autoload-file=phpOMS/Autoloader.php -l 8 -c Build/Config/phpstan.neon ./
|
||||
|
||||
php phpcs.phar ./ --standard="Build/Config/phpcs.xml" -s --report-junit=Build/test/junit_phpcs.xml
|
||||
./vendor/bin/phpcs ./ --standard="Build/Config/phpcs.xml" -s --report-junit=Build/test/junit_phpcs.xml
|
||||
./vendor/bin/phpstan analyse --autoload-file=phpOMS/Autoloader.php -l 8 -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