mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

[BUGFIX] Add allow empty base line for phpstan check (#1018)

Fixes #1003
This commit is contained in:
Karsten Nowak 2023-11-27 16:29:58 +01:00 committed by GitHub
parent a5ab4c9e1e
commit 190e5f924a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,2 +1,2 @@
parameters:
ignoreErrors:
ignoreErrors: []