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

VersionTextSingleLine.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f76574bcf8a397b43c919d2aa5f9506ddb066de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Error: gitlab.VersionTextSingleLine
#
# Verifies that single-item version notes don't have a hyphen.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'Version text with only a single item must not start with a hyphen.'
link: https://docs.gitlab.com/ee/development/documentation/versions.html#add-a-version-history-item
level: error
scope: raw
raw:
  - '(\r|\n|\r\n){2}(> - .*)(\r|\n|\r\n){2}'