summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/InternalLinkFormat.yml
blob: 9a72778140e91b56d1d4930b1e61ccc01c5ead7d (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://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'Link "%s" must not start with "./".'
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links-to-internal-documentation
level: error
scope: raw
raw:
  - '\[.+\]\(\.\/.+?\)'