composer: add --ansi

This commit is contained in:
Tomas Votruba 2019-04-03 21:26:53 +02:00
parent 4f9036e208
commit a0d1329124

View File

@ -116,12 +116,12 @@
"@phpstan",
"@update-docs"
],
"check-cs": "vendor/bin/ecs check bin packages src tests utils",
"check-cs": "vendor/bin/ecs check bin packages src tests utils --ansi",
"fix-cs": [
"vendor/bin/ecs check bin packages src tests utils --fix",
"vendor/bin/ecs check bin packages src tests utils --fix --ansi",
"bin/clean_trailing_spaces.sh"
],
"phpstan": "vendor/bin/phpstan analyse packages src tests --error-format symplify",
"phpstan": "vendor/bin/phpstan analyse packages src tests --error-format symplify --ansi",
"docs": [
"bin/rector dump-rectors -o markdown > docs/AllRectorsOverview.md",
"bin/rector dump-nodes -o markdown > docs/NodesOverview.md"