mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
Update php lint
This commit is contained in:
parent
ec2a8dd528
commit
573cc0e580
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
|||
"@ci:php:stan"
|
||||
],
|
||||
"ci:php:cs-fixer": "php-cs-fixer fix --config ./Build/php-cs-fixer/php-cs-fixer.php -v --dry-run --diff",
|
||||
"ci:php:lint": "parallel-lint *.php Classes Configuration Tests",
|
||||
"ci:php:lint": "parallel-lint *.php Build Classes Configuration Tests",
|
||||
"ci:php:mess": "phpmd Classes text Build/phpmd/phpmd.xml",
|
||||
"ci:php:sniff": "phpcs --standard=Build/phpcs/phpcs.xml Classes Configuration Tests",
|
||||
"ci:php:stan": "phpstan --no-progress -v",
|
||||
|
|
Loading…
Reference in a new issue