From 5f3b74b78d0d533be60bc88bec7c5e05e83d8899 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Mon, 24 Jun 2024 10:24:01 +0200
Subject: [PATCH] composer/plugin/drupal-development-environment#19 Rename ahoy
 test stylelintprepare into preparecorefordev

---
 ahoy.test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ahoy.test.yml b/ahoy.test.yml
index 4774f1b..e1c0d20 100644
--- a/ahoy.test.yml
+++ b/ahoy.test.yml
@@ -79,10 +79,10 @@ commands:
       if [[ -f tests/junit/${module}.xml ]]; then JUNIT=--junit=tests/junit/${module}.xml; fi
       ahoy d4d exec vendor/bin/phpmetrics --report-html=tests/metrics/$module $JUNIT web/modules/contrib/$module $@
     usage: PHP Metrics by module
-  stylelintprepare:
+  preparecorefordev:
     cmd: |
       /usr/local/bin/node_cmd yarn --cwd web/core add stylelint-junit-formatter $@
-    usage: Prepare environment for style linter
+    usage: Prepare environment for other tests like style linter and cspell
   stylelintmodule:
     cmd: |
       module=$1
-- 
GitLab