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

23 lines
575 B
YAML
Raw Normal View History

2021-11-11 11:23:49 +05:30
---
2021-11-18 22:05:49 +05:30
# Warning: gitlab.UnclearAntecedent
2021-11-11 11:23:49 +05:30
#
# Checks for words that need a noun for clarity.
#
2023-01-13 00:05:48 +05:30
# For a list of all options, see https://vale.sh/docs/topics/styles/
2021-11-11 11:23:49 +05:30
extends: existence
2023-01-13 00:05:48 +05:30
message: "Instead of '%s', try starting this sentence with a specific subject and verb."
2021-11-11 11:23:49 +05:30
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html#this-these-that-those
2021-11-18 22:05:49 +05:30
level: warning
2021-11-11 11:23:49 +05:30
ignorecase: false
tokens:
- 'That is'
- 'That was'
- 'These are'
- 'These were'
- 'There are'
- 'There were'
- 'This is'
- 'This was'
- 'Those are'
- 'Those were'