Add verbose mode to code-sniff command

This commit is contained in:
Vincent Letourneau
2017-09-28 11:30:26 +02:00
parent 60e16d5984
commit 733b4979be
2 changed files with 1 additions and 49 deletions

View File

@@ -40,7 +40,7 @@ clean:
code-sniff:
@echo "Checking the standard code..."
@docker-compose exec -T php ./app/vendor/bin/phpcs --standard=PSR2 app/src
@docker-compose exec -T php ./app/vendor/bin/phpcs -v --standard=PSR2 app/src
composer-up:
@docker run --rm -v $(shell pwd)/web/app:/app composer update