Add diff option to the linter to see errors/fixes

This commit is contained in:
Liquidsoul 2019-04-19 15:20:04 +02:00
parent 705abe6cd6
commit 95e7977c1b
No known key found for this signature in database
GPG Key ID: 15983D72D696931D
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ test:
lint:
stage: test
script:
- php vendor/bin/php-cs-fixer fix --verbose --dry-run
- php vendor/bin/php-cs-fixer fix --verbose --dry-run --diff
# Run doctrine migrations with MySQL
.db:migration:mysql: