mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
Add analyse
This commit is contained in:
parent
28a510ee61
commit
faf611c563
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue