reduced test code format on folder src out of performance reasons

This commit is contained in:
Kevin Frantz 2018-11-01 23:02:32 +01:00
parent 8a9cbd3de3
commit 7704739a0a
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -1,4 +1,5 @@
(cd $(dirname $(readlink -f ${0}))/ &&
bash ./clear.sh &&
bash ./schema-validate.sh &&
bash ./test.sh &&
bash ./test-code-format.sh