14 lines
444 B
YAML
14 lines
444 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.'
|
||
|
level: suggestion
|
||
|
ignorecase: true
|
||
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language-to-avoid
|
||
|
tokens:
|
||
|
- currently
|