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:
Diffstat (limited to 'doc/.vale/gitlab/Possessive.yml')
-rw-r--r--doc/.vale/gitlab/Possessive.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/.vale/gitlab/Possessive.yml b/doc/.vale/gitlab/Possessive.yml
new file mode 100644
index 00000000000..eadf7359698
--- /dev/null
+++ b/doc/.vale/gitlab/Possessive.yml
@@ -0,0 +1,15 @@
+---
+# Warning: gitlab.Possessive
+#
+# The word GitLab should not be used in the possessive form.
+#
+# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
+extends: existence
+message: 'Rewrite "%s" to not use "’s".'
+level: error
+ignorecase: true
+link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#trademark
+tokens:
+ - GitLab's # Straight apostrophe.
+ - GitLab’s # Curly closing apostrophe.
+ - GitLab‘s # Curly opening apostrophe.