debian-mirror-gitlab/doc/.vale/gitlab/Repetition.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
274 B
YAML
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
# Error: gitlab.Repetition
#
2020-04-22 19:07:51 +05:30
# Checks for duplicate words, like `the the` or `and and`.
#
2023-01-13 00:05:48 +05:30
# For a list of all options, see https://vale.sh/docs/topics/styles/
2020-04-22 19:07:51 +05:30
extends: repetition
2023-01-13 00:05:48 +05:30
message: "Remove this duplicate word: '%s'."
2020-04-22 19:07:51 +05:30
level: error
alpha: true
tokens:
- '[^\s]+'