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

23 lines
565 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.
#
2021-11-18 22:05:49 +05:30
# For a list of all options, see https://docs.errata.ai/vale/styles
2021-11-11 11:23:49 +05:30
extends: existence
message: "'%s' is not precise. Try rewriting with a specific subject and verb."
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'