debian-mirror-gitlab/doc/.vale/gitlab/RelativeLinks.yml

14 lines
431 B
YAML
Raw Normal View History

2020-04-08 14:13:33 +05:30
---
2020-06-23 00:09:42 +05:30
# Error: gitlab.RelativeLinks
#
2020-04-08 14:13:33 +05:30
# Checks for the presence of absolute hyperlinks that should be relative.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: existence
2020-06-23 00:09:42 +05:30
message: 'Link "%s" must be relative.'
2020-04-08 14:13:33 +05:30
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links-to-internal-documentation
level: error
scope: raw
raw:
- '\[.+\]\(https?:\/\/docs\.gitlab\.com\/ee.*\)'