2021-01-29 00:20:46 +05:30
|
|
|
---
|
|
|
|
# Suggestion: gitlab.SubstitutionSuggestions
|
|
|
|
#
|
2021-03-08 18:12:59 +05:30
|
|
|
# Suggests better options for frequently misused terms that are often - but not always - incorrect.
|
|
|
|
# SubstitutionWarning.yml and Substitutions.yml also exist.
|
2021-01-29 00:20:46 +05:30
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2021-01-29 00:20:46 +05:30
|
|
|
extends: substitution
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "Consider '%s' instead of '%s'."
|
2022-07-16 23:28:13 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html
|
2021-01-29 00:20:46 +05:30
|
|
|
level: suggestion
|
|
|
|
ignorecase: true
|
|
|
|
swap:
|
2023-01-13 00:05:48 +05:30
|
|
|
active user: "billable user"
|
|
|
|
active users: "billable users"
|
|
|
|
docs: "documentation"
|
|
|
|
e-mail: "email"
|
|
|
|
GLFM: "GitLab Flavored Markdown"
|
|
|
|
it is recommended: "you should"
|
|
|
|
we recommend: "you should"
|
2022-04-04 11:22:00 +05:30
|
|
|
navigate: go
|
2023-01-13 00:05:48 +05:30
|
|
|
OAuth2: "OAuth 2.0"
|
|
|
|
once that: "after that"
|
|
|
|
once the: "after the"
|
|
|
|
once you: "after you"
|
|
|
|
since: "because' or 'after"
|
|
|
|
sub-group: "subgroup"
|
|
|
|
sub-groups: "subgroups"
|
|
|
|
within: "in"
|