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
path: root/doc/.vale
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-08 09:09:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-08 09:09:54 +0300
commitf6cdec670b9b757fc2225a2c6627ab79765e5b8a (patch)
tree7a1fde030f117b69332d01b22deefd1c81fff458 /doc/.vale
parente2ee1eec50aa8df8543d7ecc585ec0ba5ee544ac (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/.vale')
-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]+'