14 lines
538 B
YAML
14 lines
538 B
YAML
---
|
|
# Suggestion: gitlab.CurrentStatus
|
|
#
|
|
# Checks for words that indicate a product or feature may change in the future.
|
|
#
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
|
extends: existence
|
|
message: 'Avoid words like "%s" when you write about future features. Our documentation is about the current state of the product.'
|
|
level: suggestion
|
|
ignorecase: true
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/#promising-features-in-future-versions
|
|
tokens:
|
|
- currently
|
|
- yet
|