Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Repetition.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f9d482b22b37721bab700b7ae595aead315c983 (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: '"%s" is repeated.'
level: error
alpha: true
tokens:
  - '[^\s]+'