Commit d125e119 authored by Amy Qualls's avatar Amy Qualls Committed by Evan Read

Create rule for the word 'currently'

Test for the use of the word 'currently,' because documentation
only talks about the now, without reference to points in the future.
parent e5f5f90c
---
# 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.github.io/vale/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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment