Commit c61f256c authored by Craig Norris's avatar Craig Norris

Merge branch 'docs-aqualls-tidy-rule-comments' into 'master'

Update Vale test comments for search results

See merge request gitlab-org/gitlab!50896
parents 198349ee 8f6789cd
--- ---
# Warning: gitlab.Admin # Warning: gitlab.Admin
# #
# You should not use "admin", but "Admin Area" is OK. # Checks for "admin" and recommends using the full word instead. "Admin Area" is OK.
# #
# 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
......
--- ---
# Error: gitlab.AlertBoxStyle # Error: gitlab.AlertBoxStyle
# #
# Makes sure alert boxes are used with block quotes. # Makes sure alert boxes are used with block quotes. Checks for 3 formatting issues:
# #
# Checks for 3 formatting issues:
# - Alert boxes inside a block quote (">") # - Alert boxes inside a block quote (">")
# - Alert boxes with the note text on the same line # - Alert boxes with the note text on the same line
# - Alert boxes using words other than "NOTE" or "WARNING" # - Alert boxes using words other than "NOTE" or "WARNING"
......
--- ---
# Error: gitlab.British # Error: gitlab.British
# #
# Checks that US spelling is used over British spelling. # Checks that US spelling is used instead of British spelling.
# #
# 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
......
--- ---
# Error: gitlab.CurlStringsQuoted # Error: gitlab.CurlStringsQuoted
# #
# Ensures all code blocks using curl quote any URL strings. # Ensures all code blocks using `curl` wrap URL strings in quotation marks.
# #
# 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
......
--- ---
# Suggestion: gitlab.FutureTense # Suggestion: gitlab.FutureTense
# #
# Checks for use of future tense in sentences. Present tense is preferred as # Checks for use of future tense in sentences. Present tense is strongly preferred.
# much as possible.
# #
# 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
......
--- ---
# Warning: gitlab.OxfordComma # Warning: gitlab.OxfordComma
# #
# Checks for the lack of an Oxford comma. In some cases, will catch overly # Checks for the lack of an Oxford comma. In some cases, will catch overly complex sentence structures with lots of commas.
# complex sentence structures with lots of commas.
# #
# 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.ReferenceLinks # Error: gitlab.ReferenceLinks
# #
# Checks for the presence of reference-style links that must be inline. # Checks for reference-style links that should be converted to inline links.
# #
# 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.SentenceSpacing # Error: gitlab.SentenceSpacing
# #
# Checks for the following in common content scenarios: # Checks for incorrect spacing (no spaces, or more than one space) around punctuation.
#
# - No spaces.
# - More than one space.
# #
# 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
......
--- ---
# Warning: gitlab.Spelling # Warning: gitlab.Spelling
# #
# Checks for possible spelling mistakes in content, not code. May find false positives # Checks for possible spelling mistakes in content, not code. Results from links using angle brackets (<https://example.com>) should be corrected.
# due to links using angle brackets: <https://example.com>. These can be ignored.
# #
# If a word is flagged as a spelling mistake incorrectly, such as a product name, # If a word is flagged as a spelling mistake incorrectly, such as a product name,
# you can submit an MR to update `spelling-exceptions.txt` with the missing word. # you can submit an MR to update `spelling-exceptions.txt` with the missing word.
......
--- ---
# Suggestion: gitlab.SubstitutionSuggestions # Suggestion: gitlab.SubstitutionSuggestions
# #
# Suggests better options for frequently misused terms at GitLab that are # Suggests better options for frequently misused terms that are often - but not always - incorrect.
# often - but not always - incorrect. # SubstitutionWarning.yml and Substitutions.yml also exist.
# #
# 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/
extends: substitution extends: substitution
......
--- ---
# Warning: gitlab.SubstitutionWarning # Warning: gitlab.SubstitutionWarning
# #
# Warns against using common shorthand for terms. # Checks for misused terms or common shorthand that should never be used at GitLab, but can't be flagged as errors.
# For substitutions flagged as errors, see Substitutions.yml # Substitutions.yml and SubstitionSuggestions.yml also exist.
# #
# 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
......
--- ---
# Error: gitlab.Substitutions # Error: gitlab.Substitutions
# #
# Checks for use of some of the top misused terms at GitLab. # Checks for misused terms that should never be used at GitLab.
# For substitutions only flagged as warnings, see SubstitutionWarning.yml # SubstitutionWarning.yml and SubstitionSuggestions.yml also exist.
# #
# 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
......
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