Commit 179ef1f8 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'eread/tag-vale-errors-with-names' into 'master'

Tag Vale errors with names

See merge request gitlab-org/gitlab!32738
parents c3e64742 e1246c50
--- ---
# Error: gitlab.BadgeCapitalization
#
# Verifies that badges are not lower case, which won't render properly. # Verifies that badges are not lower case, which won't render properly.
# #
# For a list of all options, see https://errata-ai.github.io/vale/styles/ # For a list of all options, see https://errata-ai.github.io/vale/styles/
......
--- ---
# Error: gitlab.British
#
# Checks for use of some of the top misused terms at GitLab. # Checks for use of some of the top misused terms at GitLab.
# #
# For a list of all options, see https://errata-ai.github.io/vale/styles/ # For a list of all options, see https://errata-ai.github.io/vale/styles/
......
---
# Error: gitlab.CodeblockFences
#
# Ensures all codeblock fences use the full name for the language. # Ensures all codeblock fences use the full name for the language.
# #
# For a list of all options, see https://errata-ai.github.io/vale/styles/ # For a list of all options, see https://errata-ai.github.io/vale/styles/
......
--- ---
# Error: gitlab.InternalLinkExtension
#
# Checks that internal links have .md extenstion and not .html extension. # Checks that internal links have .md extenstion and not .html extension.
# #
# For a list of all options, see https://errata-ai.github.io/vale/styles/ # For a list of all options, see https://errata-ai.github.io/vale/styles/
......
---
# Error: gitlab.ReferenceLinks
#
# Checks for the presence of reference-style links that must be inline. # Checks for the presence of reference-style links that must be inline.
# #
# For a list of all options, see https://errata-ai.github.io/vale/styles/ # For a list of all options, see https://errata-ai.github.io/vale/styles/
......
--- ---
# Error: gitlab.RelativeLinks
#
# Checks for the presence of absolute hyperlinks that should be relative. # Checks for the presence of absolute hyperlinks that should be relative.
# #
# For a list of all options, see https://errata-ai.github.io/vale/styles/ # For a list of all options, see https://errata-ai.github.io/vale/styles/
......
---
# Error: gitlab.Repetition
#
# Checks for duplicate words, like `the the` or `and and`. # Checks for duplicate words, like `the the` or `and and`.
# #
# For a list of all options, see https://errata-ai.github.io/vale/styles/ # For a list of all options, see https://errata-ai.github.io/vale/styles/
......
--- ---
# Error: gitlab.SentenceSpacing
#
# Check for the following in common content scenarios: # Check for the following in common content scenarios:
# #
# - No spaces. # - No spaces.
......
--- ---
# Error: gitlab.Substitutions
#
# Checks for use of some of the top misused terms at GitLab. # Checks for use of some of the top misused terms at GitLab.
# For substitutions only flagged as warnings, see SubstitutionWarning.yml # For substitutions only flagged as warnings, see SubstitutionWarning.yml
# #
......
--- ---
# Error: gitlab.VersionText
#
# Checks that version text is formatted correctly. # Checks that version text is formatted correctly.
# #
# Specifically looks for either of the following that is immediately followed on the next line # Specifically looks for either of the following that is immediately followed on the next line
......
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