mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[BUGFIX] Add allow empty base line for phpstan check (#1018)
Fixes #1003
This commit is contained in:
parent
a5ab4c9e1e
commit
190e5f924a
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
parameters:
|
||||
ignoreErrors:
|
||||
ignoreErrors: []
|
||||
|
|
Loading…
Reference in a new issue