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: 35a657710deb21b53c34881faf6147280dbca1a7 (plain)
1
2
3
4
5
6
7
8
9
10
# Checks for the presence of reference-style links that must be inline.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: existence
message: 'Link "%s" must be inline.'
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#basic-link-criteria
level: error
scope: raw
raw:
  - '\n\[.*\]: .*'