29 lines
803 B
YAML
29 lines
803 B
YAML
---
|
|
# Error: gitlab.Substitutions
|
|
#
|
|
# Checks for use of some of the top misused terms at GitLab.
|
|
# For substitutions only flagged as warnings, see SubstitutionWarning.yml
|
|
#
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
|
extends: substitution
|
|
message: 'Use "%s" instead of "%s".'
|
|
link: https://about.gitlab.com/handbook/communication/#top-misused-terms
|
|
level: error
|
|
ignorecase: true
|
|
swap:
|
|
frontmatter: front matter
|
|
GitLabber: GitLab team member
|
|
GitLab-shell: GitLab Shell
|
|
gitlab omnibus: Omnibus GitLab
|
|
param: parameter
|
|
params: parameters
|
|
pg: PostgreSQL
|
|
postgres: PostgreSQL
|
|
raketask: Rake task
|
|
raketasks: Rake tasks
|
|
rspec: RSpec
|
|
self hosted: self-managed
|
|
self-hosted: self-managed
|
|
styleguide: style guide
|
|
x509: X.509
|
|
yaml: YAML
|