13 lines
508 B
YAML
13 lines
508 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" that promise future changes, because documentation is about the current state of the product.'
|
|
level: suggestion
|
|
ignorecase: true
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#usage-list
|
|
tokens:
|
|
- currently
|