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

BadgeCapitalization.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33425693d5341718599e2ae9d43bad5651a27202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# 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:
  - '(?!\*\*\((FREE|PREMIUM|ULTIMATE)( (SELF|SAAS))?\)\*\*)'
  - '(?i)\*\*\((free|premium|ultimate)( (self|saas))?\)\*\*'