Skip to content
Snippets Groups Projects
Commit c7652680 authored by danielspeicher's avatar danielspeicher
Browse files
parent 75eea4c9
No related branches found
No related tags found
1 merge request!20composer/plugin/drupal-development-environment#19
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment