2020-06-23 00:09:42 +05:30
|
|
|
---
|
|
|
|
# Error: gitlab.ReferenceLinks
|
|
|
|
#
|
2021-03-08 18:12:59 +05:30
|
|
|
# Checks for reference-style links that should be converted to inline links.
|
2020-05-24 23:13:21 +05:30
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2020-05-24 23:13:21 +05:30
|
|
|
extends: existence
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "Put this link inline with the rest of the text."
|
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#links
|
2020-05-24 23:13:21 +05:30
|
|
|
level: error
|
|
|
|
scope: raw
|
|
|
|
raw:
|
2021-04-29 21:17:54 +05:30
|
|
|
- '\n\[[^\]]*\]: .*'
|