summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/SubstitutionWarning.yml
blob: 8d6c18c1520e2e1e6612134a1a42213c93863376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
# 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://vale.sh/docs/topics/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: "'GitLab Flavored Markdown' or 'GitHub Flavored Markdown'"
  info: "information"
  n/a: "not applicable"
  repo: "repository"
  timezone: "time zone"
  utilize: "use"