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

Wordy.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 808bedad35a397343b4373687399540f49701a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
# Suggestion: gitlab.Wordy
#
# Suggests shorter versions of wordy phrases.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: substitution
message: "%s"
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html
level: suggestion
ignorecase: true
swap:
  as well as: "Use 'and' instead of 'as well as'."
  note that: "Remove the phrase 'note that'."
  please: "Use 'please' only if we've inconvenienced the user."
  respectively: "Remove 'respectively' and list each option instead."
  and so on: "Remove 'and so on'. Try to use 'like' and provide examples instead."
  in order to: "Remove 'in order' and leave 'to'."