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