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

17 lines
603 B
YAML
Raw Normal View History

2020-07-28 23:09:34 +05:30
---
# Suggestion: gitlab.FutureTense
#
2021-03-08 18:12:59 +05:30
# Checks for use of future tense in sentences. Present tense is strongly preferred.
2020-07-28 23:09:34 +05:30
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
2021-01-29 00:20:46 +05:30
message: 'Avoid using future tense: "%s". Use present tense instead.'
2020-07-28 23:09:34 +05:30
ignorecase: true
level: warning
2021-02-22 17:27:13 +05:30
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#usage-list
2020-07-28 23:09:34 +05:30
raw:
2020-10-24 23:57:45 +05:30
- "(going to( |\n|[[:punct:]])[a-zA-Z]*|"
- "will( |\n|[[:punct:]])[a-zA-Z]*|"
- "won't( |\n|[[:punct:]])[a-zA-Z]*|"
- "[a-zA-Z]*'ll( |\n|[[:punct:]])[a-zA-Z]*)"