mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-12 23:36:13 +01:00
parent
f70dbe9039
commit
2b7b9ae91f
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
|||
],
|
||||
"ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff",
|
||||
"ci:php:lint": "parallel-lint .*.php *.php Classes Configuration Tests",
|
||||
"ci:php:mess": "phpmd Classes,Configuration,Tests text Build/phpmd.xml",
|
||||
"ci:php:mess": "phpmd Classes text Build/phpmd.xml",
|
||||
"ci:php:sniff": "phpcs Classes Configuration Tests",
|
||||
"ci:php:stan": "phpstan --no-progress",
|
||||
"ci:static": [
|
||||
|
@ -223,6 +223,7 @@
|
|||
"ci:php:sniff": "Checks the code style with PHP_CodeSniffer (PHPCS).",
|
||||
"ci:php:stan": "Checks the PHP types using PHPStan.",
|
||||
"ci:static": "Runs all static code checks (syntax, style, types).",
|
||||
"ci:php:mess": "Runs mess decection on folder classes",
|
||||
"ci:tests:create-directories": "Creates the directories required to smoothely run the functional tests.",
|
||||
"ci:tests:functional": "Runs the functional tests.",
|
||||
"ci:tests:unit": "Runs the unit tests.",
|
||||
|
|
Loading…
Reference in a new issue