13 lines
458 B
YAML
13 lines
458 B
YAML
---
|
|
# Warning: gitlab.CurrentStatus
|
|
#
|
|
# Checks for words that indicate a product or feature may change in the future.
|
|
#
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
|
extends: existence
|
|
message: "Remove '%s'. The documentation reflects the current state of the product."
|
|
level: warning
|
|
ignorecase: true
|
|
link: https://docs.gitlab.com/ee/development/documentation/versions.html#promising-features-in-future-versions
|
|
tokens:
|
|
- currently
|