---
# Suggestion: gitlab_base.Dropdown
#
# Catches many ways the phrase 'dropdown list' can be fumbled.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Use 'dropdown list'."
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html#dropdown-list
level: warning
ignorecase: true
tokens:
  - drop-down( [\w]*)?
  - dropdown(?! list)
