mirror of
https://github.com/Karaka-Management/Organization-Guide.git
synced 2026-02-10 01:38:40 +00:00
Update 01_Development.md
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
ef9b7ae41c
commit
c3463230f0
|
|
@ -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/phpcbf --standard=Build/Config/phpcs.xml ./
|
||||||
php ./vendor/bin/rector process --dry-run --config Build/Config/rector.php ./
|
php ./vendor/bin/rector process --dry-run --config Build/Config/rector.php ./
|
||||||
npx eslint ./ -c ./Build/Config/.eslintrc.json
|
npx eslint ./ -c ./Build/Config/.eslintrc.json
|
||||||
|
find . -regex'.*\.\(cpp|h\)' -exec clang-format -style=file:Build/Config/.clang-format -i {} \;
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Tests
|
#### Tests
|
||||||
|
|
@ -126,7 +127,7 @@ quadrantChart;
|
||||||
y-axis Low Importance --> High Importance;
|
y-axis Low Importance --> High Importance;
|
||||||
PHPStan: [0.2, 0.5];
|
PHPStan: [0.2, 0.5];
|
||||||
*UI tests: [0.8, 0.05];
|
*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];
|
PHPUnit: [0.5, 0.75];
|
||||||
cOMS/tests.sh: [0.2, 0.2];
|
cOMS/tests.sh: [0.2, 0.2];
|
||||||
Jasmine: [0.3, 0.5];
|
Jasmine: [0.3, 0.5];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user