Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dropdown.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c656d1209f5d09df8d27a775f0f37a5287e99c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# Suggestion: gitlab.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)