summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/BadgeCapitalization.yml
blob: 89d6f509d63553350bc164fa529fa1ed46185263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# 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:
  - '\*\*\(([Ff]ree|[Pp]remium|[Uu]ltimate)( [Ss](elf|ass))?\)\*\*'