summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/Repetition.yml
blob: cdeb29e7d45f7441eb53275f12c7ddaa26800350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# Error: gitlab.Repetition
#
# Checks for duplicate words, like `the the` or `and and`.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: repetition
message: "Remove this duplicate word: '%s'."
level: error
alpha: true
tokens:
  - '[^\s]+'