mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 03:56:12 +02:00

[TASK] add description and restrict to classes

Related: #1399
This commit is contained in:
Eike Starkmann 2024-07-30 18:59:47 +02:00
parent f70dbe9039
commit 2b7b9ae91f

View file

@ -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.",