2020-05-08 05:09:39 -04:00
|
|
|
---
|
2020-05-21 02:08:25 -04:00
|
|
|
# Error: gitlab.BadgeCapitalization
|
|
|
|
#
|
2020-06-09 11:08:05 -04:00
|
|
|
# Verifies that badges are not mixed case, which won't render properly.
|
2020-05-08 05:09:39 -04:00
|
|
|
#
|
2020-06-24 02:09:01 -04:00
|
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
2020-05-08 05:09:39 -04:00
|
|
|
extends: existence
|
|
|
|
message: 'Badge "%s" must be capitalized.'
|
2020-12-15 19:09:58 -05:00
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#product-tier-badges
|
2020-05-08 05:09:39 -04:00
|
|
|
level: error
|
|
|
|
scope: raw
|
|
|
|
raw:
|
2021-03-01 01:10:47 -05:00
|
|
|
- '\*\*\(([Ff]ree|[Pp]remium|[Uu]ltimate)( [Ss](elf|ass))?\)\*\*'
|