13 lines
402 B
YAML
13 lines
402 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://vale.sh/docs/topics/styles/
|
|
extends: existence
|
|
message: "Put this link inline with the rest of the text."
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#links
|
|
level: error
|
|
scope: raw
|
|
raw:
|
|
- '\n\[[^\]]*\]: .*'
|