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

RelativeLinks.yml « gitlab « styles « vale « .linting « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fccd29b8a25ba1080eeb989b15cfb1aec7b01777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# Checks for the presence of absolute hyperlinks that should be relative.
#
# Requires --ignore-syntax CLI flag to find matches.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: existence
message: URL '%s' must be relative.
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links-to-internal-documentation
level: error
raw:
  - '\[.+\]\(https?:\/\/docs\.gitlab\.com\/ee.*\)'