summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/SubstitutionWarning.yml
blob: b38427ace090f9899ded5811860bc563658965c9 (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
30
31
32
33
---
# 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:
  code base: codebase
  config: configuration
  distro: distribution
  file name: filename
  filesystem: file system
  info: information
  repo: repository
  utilize: use
  owner access: the Owner role
  owner permission: the Owner role
  owner permissions: the Owner role
  maintainer access: the Maintainer role
  maintainer permission: the Maintainer role
  maintainer permissions: the Maintainer role
  administrator access: the Administrator role
  administrator permission: the Administrator role
  administrator permissions: the Administrator role
  developer access: the Developer role
  developer permission: the Developer role
  developer permissions: the Developer role