Commit b272f265 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'eread/elevate-unclear-antecedent-rule-to-warning' into 'master'

Elevate unclear antecedent rule to warning

See merge request gitlab-org/gitlab!70755
parents 06b9bf39 867ceb84
---
# Suggestion: gitlab.UnclearAntecedent
# Warning: gitlab.UnclearAntecedent
#
# Checks for words that need a noun for clarity.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
# 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: suggestion
level: warning
ignorecase: false
tokens:
- 'That is'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment