Commit fd1b4d6e authored by Amy Qualls's avatar Amy Qualls Committed by Marcel Amirault

Docs: initial test for future tense

The GitLab style guide discourages the use of future tense. This MR
attempts to capture some of the most common word variants for future
tense.
parent 48b6f793
---
# Warning: gitlab.FutureTense
#
# Checks for use of future tense in sentences. Present tense is preferred as
# much as possible.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'Avoid using future tense: "%s"'
ignorecase: true
level: suggestion
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language-to-avoid
tokens:
- going to be
- going to
- he'll
- she'll
- they'll
- we'll
- will be
- will have
- will # Leave this word after the two-word 'will' variants as a catchall
- won't
- you'll
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