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