mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-22 16:32:27 +02:00
composer: add --ansi
This commit is contained in:
parent
4f9036e208
commit
a0d1329124
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user