Skip to content
Snippets Groups Projects

Fix review app path

Merged Marcel Amirault requested to merge fix-review-app-path into main
All threads resolved!
Files
2
+ 16
0
#
# Do not include a link in a heading.
# Headings already have self-referencing anchor links,
# and they're used for generating the table of contents.
# Adding a link will break the anchor linking behaviour.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Do not have links in headings."
level: error
ignorecase: true
nonword: true
link: https://handbook.gitlab.com/docs/markdown-guide/#headings
scope: raw
tokens:
- ^#+ [^\n]*\[[^\]\n]*\]\([^\)\n]+\)
Loading