21 lines
609 B
YAML
21 lines
609 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.gitbook.io/vale/getting-started/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
|
|
code base: codebase
|
|
config: configuration
|
|
distro: distribution
|
|
file name: filename
|
|
filesystem: file system
|
|
info: information
|
|
repo: repository
|