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
|
|
|
#
|
2020-07-28 23:09:34 +05:30
|
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
2020-05-24 23:13:21 +05:30
|
|
|
extends: existence
|
|
|
|
message: 'Link "%s" must be inline.'
|
2021-02-22 17:27:13 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#basic-link-criteria
|
2020-05-24 23:13:21 +05:30
|
|
|
level: error
|
|
|
|
scope: raw
|
|
|
|
raw:
|
|
|
|
- '\n\[.*\]: .*'
|