Skip to content

Commit 733b497

Browse files
committed
Add verbose mode to code-sniff command
1 parent 60e16d5 commit 733b497

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ clean:
4040

4141
code-sniff:
4242
@echo "Checking the standard code..."
43-
@docker-compose exec -T php ./app/vendor/bin/phpcs --standard=PSR2 app/src
43+
@docker-compose exec -T php ./app/vendor/bin/phpcs -v --standard=PSR2 app/src
4444

4545
composer-up:
4646
@docker run --rm -v $(shell pwd)/web/app:/app composer update

Diff for: etc/nginx/default.template

-48
This file was deleted.

0 commit comments

Comments
 (0)