mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 05:56:11 +01: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:
parent
fb19dd4a9a
commit
6b5c76ac08
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue