Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-17 03:10:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-17 03:10:22 +0300
commit24df596a074d5e46d44d416028c29ffa91dc4eb1 (patch)
treed02fe983f0fb82e73b1a23bd2850d3cd7c050c46 /doc/development/documentation/testing.md
parent587b778d3eaa04e18b3b8e2ecc290156e3e1f93e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation/testing.md')
-rw-r--r--doc/development/documentation/testing.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/development/documentation/testing.md b/doc/development/documentation/testing.md
index 2fae0459ac9..2ade6c1e71d 100644
--- a/doc/development/documentation/testing.md
+++ b/doc/development/documentation/testing.md
@@ -306,11 +306,14 @@ To configure Vale in your editor, install one of the following as appropriate:
In the extension's settings:
+ <!-- vale gitlab.Spelling = NO -->
+
- Select the **Use CLI** checkbox.
- - In the <!-- vale gitlab.Spelling = NO --> **Config** setting, enter an absolute
+ - In the **Config** setting, enter an absolute
path to [`.vale.ini`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/.vale.ini)
in one of the cloned GitLab repositories on your computer.
- <!-- vale gitlab.Spelling = YES -->
+
+ <!-- vale gitlab.Spelling = YES -->
- In the **Path** setting, enter the absolute path to the Vale binary. In most
cases, `vale` should work. To find the location, run `which vale` in a terminal.