mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(tooling): add --ansi to phpstan composer script
This commit is contained in:
parent
6abf9cff02
commit
4e7f5d07d6
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
],
|
||||
"refactor": "rector",
|
||||
"format": "pint --parallel",
|
||||
"lint": "phpstan --memory-limit=2G",
|
||||
"lint": "phpstan --memory-limit=2G --ansi",
|
||||
"test": [
|
||||
"@php artisan config:clear --ansi",
|
||||
"XDEBUG_MODE=coverage pest --parallel --coverage --exactly=100"
|
||||
|
|
|
|||
Loading…
Reference in a new issue