mirror of
https://github.com/Karaka-Management/Organization-Guide.git
synced 2026-01-19 08:08: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/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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user