Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-04-15 19:30:28 +0300
committerGitHub <noreply@github.com>2020-04-15 19:30:28 +0300
commit018a2917c1cb293386b1dd49303990e7cb4de7be (patch)
tree68c9d25826c5e1ad0f70c7c1ec46cfebc88c328a
parent8bc381f1040a207dd090fccc26531ad79f355916 (diff)
parent0b652d543b26c569e7a1b0a1d8595d3e9f40bfd9 (diff)
Merge pull request #20502 from nextcloud/techdebt/cs-check-diff
Print diff in cs:check command
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 7707ac537cf..ee73b60f431 100644
--- a/composer.json
+++ b/composer.json
@@ -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 \"{}\" \\;"
}
}