20 lines
722 B
YAML
20 lines
722 B
YAML
---
|
|
name: gitlab_base.Wordy
|
|
description: |
|
|
Suggests shorter versions of wordy phrases.
|
|
extends: substitution
|
|
message: "%s"
|
|
link: https://docs.gitlab.com/development/documentation/styleguide/word_list/
|
|
vocab: false
|
|
level: suggestion
|
|
ignorecase: true
|
|
swap:
|
|
a number of: "Specify the number or remove the phrase."
|
|
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'."
|
|
quite: "Remove 'quite', as it's wordy."
|