13 lines
456 B
YAML
13 lines
456 B
YAML
---
|
|
# Error: gitlab.InternalLinkExtension
|
|
#
|
|
# Checks that internal links have .md extenstion and not .html extension.
|
|
#
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
|
extends: existence
|
|
message: "Link to a file and use the .md file extension instead of .html."
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#links
|
|
level: error
|
|
scope: raw
|
|
raw:
|
|
- '\[[^\]]+\]\([^:\)]+(\/(#[^\)]+)?\)|\.html(#.+)?\))'
|