Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UnclearAntecedent.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f238598d9f1a4f40b73152f865cb6ff38292fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
# Warning: gitlab.UnclearAntecedent
#
# Checks for words that need a noun for clarity.
#
# For a list of all options, see https://docs.errata.ai/vale/styles
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
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'