diff --git a/composer.json b/composer.json index fab1887..e1c48f6 100644 --- a/composer.json +++ b/composer.json @@ -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.",