13 lines
395 B
YAML
13 lines
395 B
YAML
---
|
|
# Checks for use of some of the top misused terms at GitLab.
|
|
#
|
|
# For a list of all options, see https://errata-ai.github.io/vale/styles/
|
|
extends: substitution
|
|
message: Use "%s" instead of "%s".
|
|
link: https://about.gitlab.com/handbook/communication/#top-misused-terms
|
|
level: error
|
|
ignorecase: true
|
|
swap:
|
|
GitLabber: GitLab team member
|
|
self hosted: self-managed
|
|
self-hosted: self-managed
|