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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2020-07-13 23:29:12 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-07-13 23:37:09 +0300
commitf2848dfe2709143b523f83922a6aede8f2dfb5e1 (patch)
tree6c29dc3aa63091dcdc1a67af00996c80fd0f8f22 /Makefile
parent044478868ff2df35fad8ed414da8a6b308e03e9e (diff)
add output formatter for php-cs-fixer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6ae5d42..200336c3 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ lint-php-phpcs:
lint-php-cs-fixer:
# PHP Coding Standards Fixer (with Nextcloud coding standards)
- vendor/bin/php-cs-fixer fix --dry-run --diff
+ vendor/bin/php-cs-fixer fix --dry-run --diff --format=checkstyle | vendor/bin/cs2pr --colorize
lint-js: