Docs: Fix Vale issues with the CI/CD pipelines doc
Problem to solve
The Vale linter is used to support grammar linting in GitLab documentation. As Vale was implemented after many of the GitLab documents were written, we have many documentation pages that do not meet the linting standards created by the GitLab Technical Writing team for Vale.
Further details
As an example, here's the output from a Vale test on the CI/CD pipelines topic, which is in the docs here.
You don't need to fix all of these issues; fix as many as you can.
The first number is the line number in the doc file where you can find the issue.
90:21 warning Avoid using future tense: gitlab.FutureTense
"will bring"
96:35 warning Avoid using future tense: gitlab.FutureTense
"will redirect"
123:14 warning Avoid using future tense: gitlab.FutureTense
"will execute"
130:76 warning Avoid using future tense: gitlab.FutureTense
"will pre"
177:65 warning Avoid using future tense: gitlab.FutureTense
"will be"
196:21 warning Avoid using future tense: gitlab.FutureTense
"will expire"
267:9 warning Avoid using future tense: gitlab.FutureTense
"will not"
273:28 warning Avoid using future tense: gitlab.FutureTense
"will show"
329:6 warning Avoid using future tense: gitlab.FutureTense
"will be"
331:1 warning Avoid using future tense: gitlab.FutureTense
"You'll know"
332:47 warning Avoid using future tense: gitlab.FutureTense
"will show"
346:31 warning Avoid using future tense: gitlab.FutureTense
"will be"
369:10 warning Avoid using future tense: gitlab.FutureTense
"will be"
387:45 warning Avoid using future tense: gitlab.FutureTense
"will override"
414:84 warning Avoid using future tense: gitlab.FutureTense
"will display"
427:13 warning Avoid using future tense: gitlab.FutureTense
"will use"
Proposal
Who can address the issue
Other links/references
Edited by Suzanne Selhorn