20 lines
586 B
YAML
20 lines
586 B
YAML
---
|
|
# Warning: gitlab.SubstitutionWarning
|
|
#
|
|
# Warns against using common shorthand for terms.
|
|
# For substitutions flagged as errors, see Substitutions.yml
|
|
#
|
|
# For a list of all options, see https://errata-ai.github.io/vale/styles/
|
|
extends: substitution
|
|
message: 'If possible, use "%s" instead of "%s".'
|
|
link: https://about.gitlab.com/handbook/communication/#top-misused-terms
|
|
level: warning
|
|
ignorecase: true
|
|
swap:
|
|
admin: administrator
|
|
blacklist(ed|ing)?: denylist
|
|
config: configuration
|
|
distro: distribution
|
|
info: information
|
|
repo: repository
|
|
whitelist(ed|ing)?: allowlist
|