12 lines
279 B
YAML
12 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]+'
|