mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-31 21:09:20 +00:00
chore: Make psalm output more readable for the main usage when we are only interested in errors
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
|
||||
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
||||
"cs:fix": "php-cs-fixer fix",
|
||||
"psalm": "./vendor/bin/psalm.phar --show-info=true --no-cache",
|
||||
"psalm": "./vendor/bin/psalm.phar --show-info=false --no-cache",
|
||||
"psalm:update-baseline": "./vendor/bin/psalm.phar --update-baseline",
|
||||
"psalm:fix": "./vendor/bin/psalm.phar --no-cache --alter --issues=InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType,MismatchingDocblockReturnType,MissingParamType,InvalidFalsableReturnType",
|
||||
"psalm:fix:dry": "./vendor/bin/psalm.phar --no-cache --alter --issues=InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType,MismatchingDocblockReturnType,MissingParamType,InvalidFalsableReturnType --dry-run",
|
||||
|
Reference in New Issue
Block a user