Merge pull request #20502 from nextcloud/techdebt/cs-check-diff

Print diff in cs:check command
This commit is contained in:
Christoph Wurst 2020-04-15 18:30:28 +02:00 committed by GitHub
commit 018a2917c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
},
"scripts": {
"cs:fix": "php-cs-fixer fix",
"cs:check": "php-cs-fixer fix --dry-run",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/.phan/*' -exec php -l \"{}\" \\;"
}
}