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`.
|
|
|
|
#
|
2020-07-28 23:09:34 +05:30
|
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
2020-04-22 19:07:51 +05:30
|
|
|
extends: repetition
|
|
|
|
message: '"%s" is repeated.'
|
|
|
|
level: error
|
|
|
|
alpha: true
|
|
|
|
tokens:
|
|
|
|
- '[^\s]+'
|