29 lines
841 B
YAML
29 lines
841 B
YAML
---
|
|
# Warning: gitlab.SubstitutionWarning
|
|
#
|
|
# Checks for misused terms or common shorthand that should never be used at GitLab, but can't be flagged as errors.
|
|
# Substitutions.yml and SubstitionSuggestions.yml also exist.
|
|
#
|
|
# 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:
|
|
air(?:-| )?gapped: offline environment
|
|
bullet: list item
|
|
click: select
|
|
code base: codebase
|
|
config: configuration
|
|
deselect: clear
|
|
deselected: cleared
|
|
distro: distribution
|
|
file name: filename
|
|
filesystem: file system
|
|
GFM: GLFM
|
|
info: information
|
|
n/a: not applicable
|
|
repo: repository
|
|
timezone: time zone
|
|
utilize: use
|