13 lines
441 B
YAML
13 lines
441 B
YAML
---
|
|
# Error: gitlab.InternalLinkCase
|
|
#
|
|
# Checks that anchor fragments on internal links are in lower-case.
|
|
#
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
|
extends: existence
|
|
message: "Use lowercase for the anchor link."
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#anchor-links
|
|
level: error
|
|
scope: raw
|
|
raw:
|
|
- '[^\`]\[[^\[\]]+\]\((https?:){0}[\w\/\.]*?#[^\s]*?[A-Z][^\) ]*\)[^\`]'
|