From 05ebe2f957ef8d5a587d67f19cc04be42053c358 Mon Sep 17 00:00:00 2001 From: Eike Starkmann Date: Tue, 30 Jul 2024 20:04:36 +0200 Subject: [PATCH] [TASK] Refactor phpmd rules to Build/phpmd/ Related: #1391 --- Build/{ => phpmd}/phpmd.xml | 0 composer.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Build/{ => phpmd}/phpmd.xml (100%) diff --git a/Build/phpmd.xml b/Build/phpmd/phpmd.xml similarity index 100% rename from Build/phpmd.xml rename to Build/phpmd/phpmd.xml diff --git a/composer.json b/composer.json index 88ac82c..830b23d 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 text Build/phpmd.xml", + "ci:php:mess": "phpmd Classes text Build/phpmd/phpmd.xml", "ci:php:sniff": "phpcs Classes Configuration Tests", "ci:php:stan": "phpstan --no-progress", "ci:static": [