Docs: Fix future tense issues (Runner)
Problem to solve
We have future tense in the following topics. For example, in these topics, we may say something like, "This process will run until it's complete." It should be present tense instead. "This process runs until it's complete."
The line number is the the first number in the error message below. For example, the first instance is on line 33
of the file.
All of the files can be found in this doc
directory: https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc
./doc/administration/job_logs.md
33:43 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
120:22 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
125:14 error Avoid using future tense: "will permanently". Use present tense instead. gitlab.FutureTense
147:57 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
188:23 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
188:65 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
189:64 error Avoid using future tense: "will stay". Use present tense instead. gitlab.FutureTense
190:53 error Avoid using future tense: "won't be". Use present tense instead. gitlab.FutureTense
200:23 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
200:65 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
201:61 error Avoid using future tense: "will stay". Use present tense instead. gitlab.FutureTense
202:58 error Avoid using future tense: "won't be". Use present tense instead. gitlab.FutureTense
212:61 error Avoid using future tense: "will lose". Use present tense instead. gitlab.FutureTense
217:38 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
218:76 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
Done
These have been completed:
./doc/api/runners.md
227:77 error Avoid using future tense: "will handle". Use present tense instead. gitlab.FutureTense
562:76 error Avoid using future tense: "will handle". Use present tense instead. gitlab.FutureTense
./doc/ci/services/redis.md
10:68 error Avoid using future tense: "will eventually". Use present tense instead. gitlab.FutureTense
33:22 error Avoid using future tense: "will now". Use present tense instead. gitlab.FutureTense
73:21 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
73:67 error Avoid using future tense: "will begin". Use present tense instead. gitlab.FutureTense
./doc/ci/large_repositories/index.md
35:15 error Avoid using future tense: "will instruct". Use present tense instead. gitlab.FutureTense
155:59 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
180:67 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
190:14 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
209:85 error Avoid using future tense: "will not". Use present tense instead. gitlab.FutureTense
223:39 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
223:86 error Avoid using future tense: "will not". Use present tense instead. gitlab.FutureTense
./doc/ci/runners/README.md
274:32 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
281:32 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
288:32 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
363:69 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
./doc/ci/services/postgres.md
10:66 error Avoid using future tense: "will eventually". Use present tense instead. gitlab.FutureTense
73:49 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
109:40 error Avoid using future tense: "you'll be". Use present tense instead. gitlab.FutureTense
127:21 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
127:67 error Avoid using future tense: "will begin". Use present tense instead. gitlab.FutureTense
./doc/ci/interactive_web_terminal/index.md
47:65 error Avoid using future tense: "will automatically". Use present tense instead. gitlab.FutureTense
48:16 error Avoid using future tense: "will not". Use present tense instead. gitlab.FutureTense
54:63 error Avoid using future tense: "will open". Use present tense instead. gitlab.FutureTense
60:25 error Avoid using future tense: "will open". Use present tense instead. gitlab.FutureTense
66:10 error Avoid using future tense: "will block". Use present tense instead. gitlab.FutureTense
./doc/ci/services/mysql.md
81:48 error Avoid using future tense: "will be". Use present tense instead. gitlab.FutureTense
Further details
Related to: #284446 (closed)
Proposal
When you fix this issue, open a merge request and create a comment for @sselhorn or @aqualls. We will get it merged. Thanks!
Edited by Suzanne Selhorn