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/Repetition.yml')
-rw-r--r--doc/.vale/gitlab/Repetition.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/.vale/gitlab/Repetition.yml b/doc/.vale/gitlab/Repetition.yml
new file mode 100644
index 00000000000..8477a4feb58
--- /dev/null
+++ b/doc/.vale/gitlab/Repetition.yml
@@ -0,0 +1,9 @@
+# Checks for duplicate words, like `the the` or `and and`.
+#
+# For a list of all options, see https://errata-ai.github.io/vale/styles/
+extends: repetition
+message: '"%s" is repeated.'
+level: error
+alpha: true
+tokens:
+ - '[^\s]+'