Commit 3da491be authored by Craig Norris's avatar Craig Norris

Merge branch 'aqualls-test-dropdown-variants' into 'master'

Test for variants of "drop-down" in text

See merge request gitlab-org/gitlab!70741
parents 48e18336 61eec7ed
---
# Suggestion: gitlab.Dropdown
#
# Catches many ways the phrase 'dropdown list' can be fumbled.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: existence
message: 'Use "dropdown list".'
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html#dropdown-list
level: suggestion
ignorecase: true
tokens:
- drop-down( [\w]*)?
- dropdown(?! list)
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