mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:16:13 +01:00

Add analyse

This commit is contained in:
Łukasz Uznański 2022-11-15 00:09:40 +01:00
parent 28a510ee61
commit faf611c563

View file

@ -142,7 +142,7 @@
"ci:php:lint": "find .*.php *.php Classes Configuration Tests -name '*.php' -print0 | xargs -r -0 -n 1 -P 4 php -l",
"ci:php:sniff": "phpcs Classes Configuration Tests",
"ci:php:stan": "phpstan --no-progress",
"ci:php:stan:github": "phpstan --no-progress --error-format=github",
"ci:php:stan:github": "phpstan analyse --no-progress --error-format=github",
"ci:static": [
"@ci:composer:normalize",
"@ci:json:lint",