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

Merge branch 'selhorn-version-history-vale' into 'master'

Adding rule for version history bullets

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142971



Merged-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Approved-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Co-authored-by: default avatarSuzanne Selhorn <sselhorn@gitlab.com>
No related branches found
No related tags found
无相关合并请求
---
# Warning: gitlab.VersionHistory
#
# Ensures version history items are properly formatted.
#
extends: existence
message: "Version history items should always start with '> -', even if there is only one item."
link: https://docs.gitlab.com/ee/development/documentation/versions.html#add-a-version-history-item
level: warning
scope: raw
raw:
- '(?m)(?<=^#+[^\n]*\n\n)> [^-]'
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册