mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
11 lines
384 B
YAML
11 lines
384 B
YAML
extends: existence
|
|
message: 'Avoid using future tense: "%s". Use present tense instead.'
|
|
link: https://intranet.redoc.ly/contributing/documentation-style-guide/#tone-and-audience
|
|
ignorecase: true
|
|
level: error
|
|
raw:
|
|
- "(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]*)"
|