Commit e4de93b4 authored by Evan Read's avatar Evan Read

Merge branch 'rename-vale-acronym-rule' into 'master'

Update acronym rule to reflect actual usage

See merge request gitlab-org/gitlab!76185
parents 00c6d46f a85e50d7
--- ---
# Warning: gitlab.Acronyms # Warning: gitlab.Uppercase
# #
# Checks for unexpanded acronyms. # Checks for use of all uppercase letters with unknown reason.
# #
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles # For a list of all options, see https://docs.errata.ai/vale/styles.
extends: conditional extends: conditional
message: '"%s" has no definition.' message: "'%s' is uppercase. Use lowercase or `backticks` if possible. Otherwise add this word to the rule's exception list."
link: https://about.gitlab.com/handbook/marketing/growth-marketing/content/editorial-team/#acronyms link: https://about.gitlab.com/handbook/marketing/growth-marketing/content/editorial-team/#acronyms
level: warning level: warning
ignorecase: false ignorecase: false
......
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