48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
---
|
|
# Warning: gitlab.SubstitutionWarning
|
|
#
|
|
# Checks for misused terms or common shorthand that should not be used at GitLab, but can't be flagged as errors.
|
|
# Substitutions.yml also exists.
|
|
#
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
|
extends: substitution
|
|
message: "Use '%s' instead of '%s' when possible."
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html
|
|
level: warning
|
|
ignorecase: true
|
|
swap:
|
|
active user: "billable user"
|
|
active users: "billable users"
|
|
air(?:-| )?gapped: "offline environment"
|
|
bullet: "list item"
|
|
click: "select"
|
|
code base: "codebase"
|
|
config: "configuration"
|
|
deselect: "clear"
|
|
deselected: "cleared"
|
|
distro: "distribution"
|
|
docs: "documentation"
|
|
e-mail: "email"
|
|
ex: "for example"
|
|
file name: "filename"
|
|
filesystem: "file system"
|
|
info: "information"
|
|
it is recommended: "you should"
|
|
logged in user: "authenticated user"
|
|
logged-in user: "authenticated user"
|
|
n/a: "not applicable"
|
|
navigate to: "go to"
|
|
OAuth2: "OAuth 2.0"
|
|
once that: "after that"
|
|
once the: "after the"
|
|
once you: "after you"
|
|
repo: "repository"
|
|
signed in user: "authenticated user"
|
|
signed-in user: "authenticated user"
|
|
since: "because' or 'after"
|
|
sub-group: "subgroup"
|
|
sub-groups: "subgroups"
|
|
timezone: "time zone"
|
|
utilize: "use"
|
|
we recommend: "you should"
|
|
within: "in"
|