Commit e4e18484 authored by Evan Read's avatar Evan Read

Fix vale rule comments

parent 0e51ca09
--- ---
# Error: gitlab.AlertBoxCaution # Error: gitlab.AlertBoxCaution
# #
# Makes sure DANGER: alert boxes follow standard formatting. # Makes sure CAUTION: alert boxes follow standard formatting.
# #
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles # For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: substitution extends: substitution
......
--- ---
# Warning: gitlab.CurlStringsQuoted # Warning: gitlab.CurlStringsQuoted
# #
# Ensures all codeblocks using curl quote any URL strings. # Ensures all code blocks using curl quote any URL strings.
# #
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles # For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence extends: existence
......
--- ---
# Error: gitlab.VersionText # Error: gitlab.VersionText
# #
# Checks for use of some of the top misused terms at GitLab. # Checks that version text is formatted correctly.
# For substitutions only flagged as warnings, see SubstitutionWarning.yml #
# Specifically looks for either of the following that is immediately followed on the next line
# by content, which will break rendering:
#
# - `> Introduced` (version text without a link)
# - `> [Introduced` (version text with a link)
#
# Because it excludes `-`, it doesn't look for multi-line version text, for which content
# immediately on the next line is ok. However, this will often highlight where multi-line version
# text is attempted without `-` characters.
# #
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles # For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence extends: existence
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment