Skip to content
代码片段 群组 项目
未验证 提交 c59ee5be 编辑于 作者: Diana Logan's avatar Diana Logan 提交者: GitLab
浏览文件

Merge branch 'selhorn-vale-badges-1' into 'master'

No related branches found
No related tags found
无相关合并请求
# Warning: gitlab.Badges-Offerings
#
# Tests the offering information in the tier badges that appear below topic titles.
#
# For a list of all options, see https://docs.gitlab.com/ee/development/documentation/styleguide/#available-product-tier-badges
extends: existence
message: "Offerings should be comma-separated without `and`. Example: `SaaS, self-managed`."
link: https://docs.gitlab.com/ee/development/documentation/styleguide/#available-product-tier-badges
level: error
scope: raw
raw:
- (?<=\n\*\*Offering:\*\* )(self-managed|[^\n]*(and|Self-Managed|, SaaS|, Self-managed))
# Warning: gitlab.Badges-Tiers
#
# Tests the tier information in the tier badges that appear below topic titles.
#
# For a list of all options, see https://docs.gitlab.com/ee/development/documentation/styleguide/#available-product-tier-badges
extends: existence
message: "Tiers should be capitalized, comma-separated, and ordered lowest to highest without `and`."
link: https://docs.gitlab.com/ee/development/documentation/styleguide/#available-product-tier-badges
level: error
scope: raw
raw:
- (?<=\n\*\*Tier:\*\*)[^\n]*(and|free|premium|ultimate|, Free|Ultimate,)
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册