summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/Repetition.yml
blob: c4b0cc1419284fd0ced9b50a5ab72d00bc60a8d9 (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://errata-ai.gitbook.io/vale/getting-started/styles
extends: repetition
message: '"%s" is repeated.'
level: error
alpha: true
tokens:
  - '[^\s]+'