From c7652680ac8682e8c20ee9b0e1e935a2c7640e4e Mon Sep 17 00:00:00 2001 From: Daniel Speicher <daniel.speicher@lakedrops.com> Date: Mon, 24 Jun 2024 11:45:51 +0200 Subject: [PATCH] composer/plugin/drupal-development-environment#19 --- docs/dev_tools/test.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/dev_tools/test.md b/docs/dev_tools/test.md index 65b0930..4a60110 100644 --- a/docs/dev_tools/test.md +++ b/docs/dev_tools/test.md @@ -225,10 +225,10 @@ a test phpmetricsmodule ../custom/<custom_module> With `Stylelint` you can test and analyse `css` file in your module. -You first have to install and set up the toll with the following command: +*Note:* You have to execute the prepare script, if not already done yet: -```style -a test stylelintprepare +```prepare +a test preparecorefordev ``` Now all you need is installed and set up. Execute the following command to run the test: @@ -279,6 +279,12 @@ Here you find more information of using [ES Lint in a pipeline](https://project. [CSpell](https://cspell.org/) checks the orthography of your code and comments, which increases your clean code experience. +*Note:* You have to execute the prepare script, if not already done yet: + +```prepare +a test preparecorefordev +``` + If you want to execute `Cspell` for a module, just do the following: ```cspell -- GitLab