2020-07-28 23:09:34 +05:30
|
|
|
---
|
|
|
|
# Suggestion: gitlab.CurrentStatus
|
|
|
|
#
|
|
|
|
# Checks for words that indicate a product or feature may change in the future.
|
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2020-07-28 23:09:34 +05:30
|
|
|
extends: existence
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "Remove '%s'. The documentation reflects the current state of the product."
|
2020-07-28 23:09:34 +05:30
|
|
|
level: suggestion
|
|
|
|
ignorecase: true
|
2023-01-13 00:05:48 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/versions.html#promising-features-in-future-versions
|
2020-07-28 23:09:34 +05:30
|
|
|
tokens:
|
|
|
|
- currently
|
2022-05-07 20:08:51 +05:30
|
|
|
- yet
|