summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/BadgeCapitalization.yml
blob: 3da5831ed56ca575f19efcc91708e81742798f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
# Error: gitlab.BadgeCapitalization
#
# Verifies that badges are not mixed case, which won't render properly.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'Badge "%s" must be capitalized.'
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#product-tier-badges
level: error
scope: raw
raw:
  - '(\*\*\(Core\)\*\*|'
  - '\*\*\(core\)\*\*|'
  - '\*\*\(Starter\)\*\*|'
  - '\*\*\(starter\)\*\*|'
  - '\*\*\(Premium\)\*\*|'
  - '\*\*\(premium\)\*\*|'
  - '\*\*\(Ultimate\)\*\*|'
  - '\*\*\(ultimate\)\*\*|'
  - '\*\*\(Core Only\)\*\*|'
  - '\*\*\(Core only\)\*\*|'
  - '\*\*\(core only\)\*\*|'
  - '\*\*\(Starter Only\)\*\*|'
  - '\*\*\(Starter only\)\*\*|'
  - '\*\*\(starter only\)\*\*|'
  - '\*\*\(Premium Only\)\*\*|'
  - '\*\*\(Premium only\)\*\*|'
  - '\*\*\(premium only\)\*\*|'
  - '\*\*\(Ultimate Only\)\*\*|'
  - '\*\*\(Ultimate only\)\*\*|'
  - '\*\*\(ultimate only\)\*\*|'
  - '\*\*\(Free Only\)\*\*|'
  - '\*\*\(Free only\)\*\*|'
  - '\*\*\(free only\)\*\*|'
  - '\*\*\(Bronze Only\)\*\*|'
  - '\*\*\(Bronze only\)\*\*|'
  - '\*\*\(bronze only\)\*\*|'
  - '\*\*\(Silver Only\)\*\*|'
  - '\*\*\(Silver only\)\*\*|'
  - '\*\*\(silver only\)\*\*|'
  - '\*\*\(Gold Only\)\*\*|'
  - '\*\*\(Gold only\)\*\*|'
  - '\*\*\(gold only\)\*\*)'