]> git.mxchange.org Git - friendica.git/commitdiff
run phpmd before php-cs-fixer
authorArt4 <art4@wlabs.de>
Thu, 23 Jan 2025 14:33:41 +0000 (14:33 +0000)
committerArt4 <art4@wlabs.de>
Thu, 23 Jan 2025 14:33:41 +0000 (14:33 +0000)
.woodpecker/.code_standards_check.yml

index 6ec1b720f2109be28fab6e06c7d0912b6d282358..54fc9f9894de598c2a5222d5aa950787f11be061 100644 (file)
@@ -36,6 +36,10 @@ steps:
         - '.composer'
     volumes:
       - /tmp/drone-cache:/tmp/cache
+  phpmd:
+    image: php:8.3
+    commands:
+      - ./bin/composer.phar run phpmd
   code_style:
     image: php:8.3
     commands:
@@ -54,7 +58,3 @@ steps:
           EXTRA_ARGS='';
         fi
       - ./bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer check --config=.php-cs-fixer.dist.php -v --diff --using-cache=no $${EXTRA_ARGS}
-  phpmd:
-    image: php:8.3
-    commands:
-      - ./bin/composer.phar run phpmd