summaryrefslogtreecommitdiff
path: root/doc/.vale
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-30 18:09:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-30 18:09:13 +0000
commit79040c61789cf767f8a232b1b9ecc0dc557d76cb (patch)
treedc7af3a9eca1d5503622b32a0783a0cba8f94c76 /doc/.vale
parent340f15b402eec795fca0e0f29709baef0ecf14a7 (diff)
downloadgitlab-ce-79040c61789cf767f8a232b1b9ecc0dc557d76cb.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/.vale')
-rw-r--r--doc/.vale/gitlab/FutureTense.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/.vale/gitlab/FutureTense.yml b/doc/.vale/gitlab/FutureTense.yml
new file mode 100644
index 00000000000..edb7e1afff1
--- /dev/null
+++ b/doc/.vale/gitlab/FutureTense.yml
@@ -0,0 +1,24 @@
+---
+# Suggestion: gitlab.FutureTense
+#
+# Checks for use of future tense in sentences. Present tense is preferred as
+# much as possible.
+#
+# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
+extends: existence
+message: 'Avoid using future tense: "%s"'
+ignorecase: true
+level: suggestion
+link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language-to-avoid
+tokens:
+ - going to be
+ - going to
+ - he'll
+ - she'll
+ - they'll
+ - we'll
+ - will be
+ - will have
+ - will # Leave this word after the two-word 'will' variants as a catchall
+ - won't
+ - you'll