mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 12:28:41 +00:00
Update inspections.md
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
a75ec002ce
commit
7a0b0eb5ef
|
|
@ -7,8 +7,8 @@ Code inspections are very important in order to maintain the same code quality t
|
||||||
The following automated tests must pass without errors, failures and warnings for successful code changes:
|
The following automated tests must pass without errors, failures and warnings for successful code changes:
|
||||||
|
|
||||||
* `php ./vendor/bin/phpstan analyse -l 9 -c Build/Config/phpstan.neon ./`
|
* `php ./vendor/bin/phpstan analyse -l 9 -c Build/Config/phpstan.neon ./`
|
||||||
* `php vendor/bin/php-cs-fixer fix ./ --config=Build/Config/.php-cs-fixer.php --allow-risky=yes`
|
* `php ./vendor/bin/php-cs-fixer fix ./ --config=Build/Config/.php-cs-fixer.php --allow-risky=yes`
|
||||||
* `php vendor/bin/phpcbf --standard=Build/Config/phpcs.xml ./`
|
* `php ./vendor/bin/phpcbf --standard=Build/Config/phpcs.xml ./`
|
||||||
* `php ./vendor/bin/phpcs --severity=1 ./ --standard="Build/Config/phpcs.xml"`
|
* `php ./vendor/bin/phpcs --severity=1 ./ --standard="Build/Config/phpcs.xml"`
|
||||||
* `php ./vendor/bin/phpunit -c tests/phpunit_no_coverage.xml`
|
* `php ./vendor/bin/phpunit -c tests/phpunit_no_coverage.xml`
|
||||||
* `php ./vendor/bin/rector process --config Build/Config/rector.php --dry-run ./`
|
* `php ./vendor/bin/rector process --config Build/Config/rector.php --dry-run ./`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user