debian-mirror-gitlab/doc/.vale/gitlab/Repetition.yml
2020-08-09 17:44:08 +05:30

13 lines
279 B
YAML

---
# 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]+'