mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:56:12 +02:00

[CLEANUP] Simplify the PHPStan baseline generation script (#1045)

It is not necessary to specify the file name of the baseline file
if we're using the default file.
This commit is contained in:
Oliver Klee 2023-12-15 12:09:42 +01:00 committed by GitHub
parent fb19dd4a9a
commit 6b5c76ac08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@
], ],
"fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php", "fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php",
"fix:php:sniff": "phpcbf Classes Configuration Tests", "fix:php:sniff": "phpcbf Classes Configuration Tests",
"phpstan:baseline": ".Build/bin/phpstan --generate-baseline=phpstan-baseline.neon --allow-empty-baseline", "phpstan:baseline": ".Build/bin/phpstan --generate-baseline --allow-empty-baseline",
"prepare-release": [ "prepare-release": [
"rm .gitignore", "rm .gitignore",
"rm -rf .Build", "rm -rf .Build",