Substitutions.yml 1.4 KB
Newer Older
1
---
Evan Read's avatar
Evan Read committed
2 3
# Error: gitlab.Substitutions
#
4 5
# Checks for misused terms that should never be used at GitLab.
# SubstitutionWarning.yml and SubstitionSuggestions.yml also exist.
6
#
7
# For a list of all options, see https://docs.errata.ai/vale/styles
8
extends: substitution
9
message: 'Use "%s" instead of "%s".'
10
link: https://about.gitlab.com/handbook/communication/#top-misused-terms
11
level: error
12
ignorecase: true
13
swap:
Evan Read's avatar
Evan Read committed
14
  codequality: code quality
15
  Customer [Pp]ortal: Customers Portal
16
  frontmatter: front matter
17
  GitLabber: GitLab team member
18
  GitLabbers: GitLab team members
19
  GitLab-shell: GitLab Shell
20
  gitlab omnibus: Omnibus GitLab
21 22
  param: parameter
  params: parameters
Evan Read's avatar
Evan Read committed
23
  pg: PostgreSQL
24
  'postgres$': PostgreSQL
25 26
  raketask: Rake task
  raketasks: Rake tasks
27
  rspec: RSpec
28 29
  self hosted: self-managed
  self-hosted: self-managed
30
  styleguide: style guide
31 32 33 34 35 36 37 38
  to login: to log in
  can login: can log in
  to log-in: to log in
  can log-in: can log in
  to signin: to sign in
  can signin: can sign in
  to sign-in: to sign in
  can sign-in: can sign in
39
  x509: X.509
40
  yaml: YAML
41 42 43
  developer access: the Developer role
  developer permission: the Developer role
  developer permissions: the Developer role
44 45 46 47 48 49
  maintainer access: the Maintainer role
  maintainer permission: the Maintainer role
  maintainer permissions: the Maintainer role
  owner access: the Owner role
  owner permission: the Owner role
  owner permissions: the Owner role