17 lines
626 B
YAML
17 lines
626 B
YAML
---
|
|
# 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:
|
|
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'."
|