2020-10-28 02:08:59 -04:00
|
|
|
---
|
|
|
|
# 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
|
2020-12-01 16:09:29 -05:00
|
|
|
message: 'Consider %s instead of "%s".'
|
2020-12-15 19:09:58 -05:00
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#language
|
2020-10-28 02:08:59 -04:00
|
|
|
level: suggestion
|
|
|
|
ignorecase: true
|
|
|
|
swap:
|
2020-12-01 16:09:29 -05:00
|
|
|
active user: '"billable user"'
|
|
|
|
active users: '"billable users"'
|
2020-12-16 22:10:36 -05:00
|
|
|
docs: documentation
|
2020-12-01 16:09:29 -05:00
|
|
|
once that: '"after that"'
|
|
|
|
once the: '"after the"'
|
|
|
|
once you: '"after you"'
|
2020-12-16 22:10:36 -05:00
|
|
|
since: '"because" or "after"'
|
2020-12-01 16:09:29 -05:00
|
|
|
within: '"in"'
|