2021-01-29 00:20:46 +05:30
|
|
|
---
|
|
|
|
# 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 "./".'
|
2021-02-22 17:27:13 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#links-to-internal-documentation
|
2021-01-29 00:20:46 +05:30
|
|
|
level: error
|
|
|
|
scope: raw
|
|
|
|
raw:
|
|
|
|
- '\[.+\]\(\.\/.+?\)'
|