Skip to content
Snippets Groups Projects
Commit 98555344 authored by danielspeicher's avatar danielspeicher
Browse files

Reorganize doc

parent b2714435
No related branches found
No related tags found
1 merge request!18Develop
......@@ -275,9 +275,21 @@ To take advantage of the Drupal optimized pipelines we make heavy use of the [Gi
Here you find more information of using [ES Lint in a pipeline](https://project.pages.drupalcode.org/gitlab_templates/jobs/eslint/).
### CSpell
[CSpell](https://cspell.org/) checks the orthography of your code and comments, which increases your clean code experience.
### CSpell
If you want to execute `Cspell` for a module, just do the following:
```cspell
a test cspellmodule
```
If you want to analyse a custom module, just do the following:
```cspell
a test cspellmodule ../custom/<custom_module>
```
#### Using CSpell in a GitLab pipeline
......@@ -286,8 +298,6 @@ To take advantage of the Drupal optimized pipelines we make heavy use of the [Gi
Here you find more information of using [CSpell in a pipeline](https://project.pages.drupalcode.org/gitlab_templates/jobs/cspell/).
## Unit/Kernel/Functional Testing
To execute the tests, you can use a single command:
......@@ -344,7 +354,6 @@ To take advantage of the Drupal optimized pipelines we make heavy use of the [Gi
Here you find more information of using [PHPUnit in a pipeline](https://project.pages.drupalcode.org/gitlab_templates/jobs/phpunit/).
### Code Coverage
First, activate the coverage option:
......
---
title: GitLab Ansible
repo: https://gitlab.lakedrops.com/gitlab-ci-cd/ansible
issues: https://gitlab.lakedrops.com/gitlab-ci-cd/ansible/-/issues
tags:
- gitlab
- ci/cd
- ansible
---
# Ansible
Describe the templates for Ansible tasks in GitLab CI.
---
title: GitLab Composer
repo: https://gitlab.lakedrops.com/gitlab-ci-cd/composer
issues: https://gitlab.lakedrops.com/gitlab-ci-cd/composer/-/issues
tags:
- gitlab
- ci/cd
- composer
---
# Composer Packages
Template for creating and updating composer packages in Gitlab.
......@@ -265,8 +265,6 @@ nav:
- Zammad: ansible/roles/zammad/index.md
- GitLab:
- gitlab/index.md
- Ansible: gitlab/ansible/index.md
- Composer: gitlab/composer/index.md
- Drupal: gitlab/drupal/index.md
- DevOps:
- ALM:
......
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