From c3463230f0b6938e155ead07ff0aa0b56a6ba7d1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 24 Apr 2024 19:02:08 +0200 Subject: [PATCH] Update 01_Development.md Signed-off-by: Dennis Eichhorn --- Processes/01_Development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Processes/01_Development.md b/Processes/01_Development.md index 41532f2..cc4677d 100644 --- a/Processes/01_Development.md +++ b/Processes/01_Development.md @@ -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];