Browse Source

DX: composer-script - count PHPMD as static-analysis (#7231)

Dariusz Rumiński 1 year ago
parent
commit
8b0500b53c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -100,7 +100,6 @@
             "@install-tools --quiet",
             "@install-tools --quiet",
             "@normalize",
             "@normalize",
             "@self-check",
             "@self-check",
-            "@mess-detector",
             "@sa",
             "@sa",
             "@test"
             "@test"
         ],
         ],
@@ -110,8 +109,9 @@
             "./dev-tools/check_trailing_spaces.sh"
             "./dev-tools/check_trailing_spaces.sh"
         ],
         ],
         "static-analysis": [
         "static-analysis": [
+            "@cs:check",
             "@phpstan",
             "@phpstan",
-            "@cs:check"
+            "@mess-detector"
         ],
         ],
         "test": "@test:all",
         "test": "@test:all",
         "test:all": [
         "test:all": [