22 lines
575 B
YAML
22 lines
575 B
YAML
---
|
|
# Warning: gitlab.UnclearAntecedent
|
|
#
|
|
# Checks for words that need a noun for clarity.
|
|
#
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
|
extends: existence
|
|
message: "Instead of '%s', try starting this sentence with a specific subject and verb."
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html#this-these-that-those
|
|
level: warning
|
|
ignorecase: false
|
|
tokens:
|
|
- 'That is'
|
|
- 'That was'
|
|
- 'These are'
|
|
- 'These were'
|
|
- 'There are'
|
|
- 'There were'
|
|
- 'This is'
|
|
- 'This was'
|
|
- 'Those are'
|
|
- 'Those were'
|