mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-12 01:08:39 +00:00
bug fixes and template adjustments
This commit is contained in:
parent
da4c76389e
commit
cf0e233a4e
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
mkdir -p Build/test
|
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 ./
|
./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
|
./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
|
# Remove empty lines and lines with warnings which corrupt the json format
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user