debian-mirror-gitlab/doc/.vale/gitlab/CurrentStatus.yml

15 lines
538 B
YAML
Raw Normal View History

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.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
2022-05-07 20:08:51 +05:30
message: 'Avoid words like "%s" when you write about future features. Our documentation is about the current state of the product.'
2020-07-28 23:09:34 +05:30
level: suggestion
ignorecase: true
2022-05-07 20:08:51 +05:30
link: https://docs.gitlab.com/ee/development/documentation/styleguide/#promising-features-in-future-versions
2020-07-28 23:09:34 +05:30
tokens:
- currently
2022-05-07 20:08:51 +05:30
- yet