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

InternalLinkFormat.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08b48f9e3e566538bdc6e5eb42b14396bf6f9751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Error: gitlab.InternalLinkFormat
#
# Checks that internal link paths don't start with "./", which is not needed.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: 'Link "%s" must not start with "./".'
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#links-within-the-same-repository
level: error
scope: raw
raw:
  - '\[[^\]]+\]\(\.\/.*?\)'