Update 01_Development.md

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2024-04-24 19:02:08 +02:00 committed by GitHub
parent ef9b7ae41c
commit c3463230f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,7 @@ php ./vendor/bin/php-cs-fixer fix ./ --config=Build/Config/.php-cs-fixer.php --a
php ./vendor/bin/phpcbf --standard=Build/Config/phpcs.xml ./
php ./vendor/bin/rector process --dry-run --config Build/Config/rector.php ./
npx eslint ./ -c ./Build/Config/.eslintrc.json
find . -regex'.*\.\(cpp|h\)' -exec clang-format -style=file:Build/Config/.clang-format -i {} \;
```
#### Tests
@ -126,7 +127,7 @@ quadrantChart;
y-axis Low Importance --> High Importance;
PHPStan: [0.2, 0.5];
*UI tests: [0.8, 0.05];
PHPCS/CBF/Fixer/Rector/eslint: [0.1, 0.1];
Code Style: [0.1, 0.1];
PHPUnit: [0.5, 0.75];
cOMS/tests.sh: [0.2, 0.2];
Jasmine: [0.3, 0.5];