Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SubstitutionSuggestions.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82e3e78986416c04e19411333d946faf5f448836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
# Suggestion: gitlab.SubstitutionSuggestions
#
# Suggests better options for frequently misused terms at GitLab that are
# often - but not always - incorrect.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: substitution
message: 'Consider %s instead of "%s".'
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#language
level: suggestion
ignorecase: true
swap:
  active user: '"billable user"'
  active users: '"billable users"'
  docs: documentation
  once that: '"after that"'
  once the: '"after the"'
  once you: '"after you"'
  since: '"because" or "after"'
  within: '"in"'