mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
reduced test code format on folder src out of performance reasons
This commit is contained in:
parent
8a9cbd3de3
commit
7704739a0a
@ -1 +1 @@
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php ./vendor/bin/php-cs-fixer fix -v --diff --dry-run .)
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php ./vendor/bin/php-cs-fixer fix -v --diff --dry-run ./src)
|
||||
|
@ -1,4 +1,5 @@
|
||||
(cd $(dirname $(readlink -f ${0}))/ &&
|
||||
bash ./clear.sh &&
|
||||
bash ./schema-validate.sh &&
|
||||
bash ./test.sh &&
|
||||
bash ./test-code-format.sh
|
||||
|
Loading…
Reference in New Issue
Block a user