2020-05-24 23:13:21 +05:30
|
|
|
---
|
2020-06-23 00:09:42 +05:30
|
|
|
# Warning: gitlab.SubstitutionWarning
|
|
|
|
#
|
2021-03-08 18:12:59 +05:30
|
|
|
# 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.
|
2020-05-24 23:13:21 +05:30
|
|
|
#
|
2020-07-28 23:09:34 +05:30
|
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
2020-05-24 23:13:21 +05:30
|
|
|
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:
|
2020-07-28 23:09:34 +05:30
|
|
|
code base: codebase
|
2020-05-24 23:13:21 +05:30
|
|
|
config: configuration
|
|
|
|
distro: distribution
|
2020-07-28 23:09:34 +05:30
|
|
|
file name: filename
|
|
|
|
filesystem: file system
|
2020-05-24 23:13:21 +05:30
|
|
|
info: information
|
|
|
|
repo: repository
|
2021-01-29 00:20:46 +05:30
|
|
|
utilize: use
|