gitlab-ce/doc/.vale/gitlab_docs/ReferenceLinks.yml

14 lines
369 B
YAML

---
name: gitlab_docs.ReferenceLinks
description: |
Checks for reference-style links that should be converted to inline links.
extends: existence
message: "Put this link inline with the rest of the text."
link: https://docs.gitlab.com/development/documentation/styleguide/#inline-links
vocab: false
level: error
nonword: true
scope: raw
tokens:
- '^\[[^\]]*\]: .*'