mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 22:36:13 +01:00
[TASK] Reorder the PHP-related steps in the ci:static
script (#1489)
Check for syntax errors with PHP lint first, then check for structural problems with Rector and PHPStan, and after that check the coding style.
This commit is contained in:
parent
7c4504600f
commit
9a8834998f
1 changed files with 2 additions and 2 deletions
|
@ -154,11 +154,11 @@
|
|||
"@ci:composer:normalize",
|
||||
"@ci:composer:unused",
|
||||
"@ci:json:lint",
|
||||
"@ci:php:cs-fixer",
|
||||
"@ci:php:lint",
|
||||
"@ci:php:rector",
|
||||
"@ci:php:sniff",
|
||||
"@ci:php:stan",
|
||||
"@ci:php:cs-fixer",
|
||||
"@ci:php:sniff",
|
||||
"@ci:typoscript:lint",
|
||||
"@ci:xliff:lint",
|
||||
"@ci:yaml:lint"
|
||||
|
|
Loading…
Reference in a new issue