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

MultiLineLinks.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64ad017f16c03a78429128708faf28635da2c6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# Error: gitlab.MultiLineLinks
#
# Checks that links are all on a single line.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'Link "%s" must be on a single line, even if very long.'
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#basic-link-criteria
level: error
scope: raw
raw:
  - '\[[^\[\]]*?\n[^\[\]]*?\]\([^\)]*?\)|'
  - '\[[^\[\]]*?\]\([^\)]*?\n[^\)]*\)'