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

ReferenceLinks.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9f20fa1bd6d224398693ee864f470e555ff29df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Error: gitlab.ReferenceLinks
#
# Checks for reference-style links that should be converted to inline links.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Put this link inline with the rest of the text."
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#links
level: error
scope: raw
raw:
  - '\n\[[^\]]*\]: .*'