13 lines
415 B
YAML
13 lines
415 B
YAML
---
|
|
# Error: gitlab.ReferenceLinks
|
|
#
|
|
# Checks for reference-style links that should be converted to inline links.
|
|
#
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
|
extends: existence
|
|
message: 'Link "%s" must be inline.'
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#basic-link-criteria
|
|
level: error
|
|
scope: raw
|
|
raw:
|
|
- '\n\[[^\]]*\]: .*'
|