path:doc/.vale/gitlab Error:
# Error: gitlab.Repetition
#
# Checks for duplicate words, like `the the` or `and and`.
# Error: gitlab.MergeConflictMarkers
# Checks for the presence of merge conflict markers.
# Error: gitlab.ReferenceLinks
# Checks for reference-style links that should be converted to inline links.
# Error: gitlab.Possessive
# The word GitLab should not be used in the possessive form.
# Error: gitlab.RelativeLinksDoubleSlashes
# Checks for the presence of double slashes in relative URLs.
# Error: gitlab.BadgeCapitalization
# Verifies that badges are not mixed case, which won't render properly.
# Error: gitlab.InternalLinkFormat
# Checks that internal link paths don't start with "./", which is not needed.
# Error: gitlab.InternalLinkCase
# Checks that anchor fragments on internal links are in lower-case.
# Error: gitlab.RelativeLinks
# Checks for the presence of absolute hyperlinks that should be relative.
# Error: gitlab.MultiLineLinks
# Checks that links are all on a single line.
# Error: gitlab.VersionTextSingleLine
# Verifies that single-item version notes don't have a hyphen.
# Error: gitlab.SentenceSpacing
# Checks for incorrect spacing (no spaces, or more than one space) around punctuation.
# Error: gitlab.CIConfigFile
# Checks that the `.gitlab-ci.yml` file is referenced properly.
# Error: gitlab.InternalLinkExtension
# Checks that internal links have .md extenstion and not .html extension.
# Error: gitlab.CodeblockFences
# Ensures all codeblock language tags use the full name, not aliases.
# Error: gitlab.CurlStringsQuoted
# Ensures all code blocks using `curl` wrap URL strings in quotation marks.
# Error: gitlab.VersionText
# Checks that multi-line version text is formatted correctly.
# Error: gitlab.AlertBoxStyle
# Makes sure alert boxes are used with block quotes. Checks for 3 formatting issues:
# Error: gitlab.Substitutions
# Checks for misused terms that should never be used at GitLab.
# Error: gitlab.British
# Checks that US spelling is used instead of British spelling.