2021-01-29 00:20:46 +05:30
|
|
|
---
|
|
|
|
# Suggestion: gitlab.Simplicity
|
|
|
|
#
|
|
|
|
# Checks for words implying ease of use, to avoid cognitive dissonance for frustrated users.
|
|
|
|
#
|
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: existence
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "Remove '%s'. Be precise instead of subjective."
|
2021-01-29 00:20:46 +05:30
|
|
|
level: suggestion
|
|
|
|
ignorecase: true
|
2023-01-13 00:05:48 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html
|
2021-01-29 00:20:46 +05:30
|
|
|
tokens:
|
|
|
|
- easy
|
|
|
|
- easily
|
|
|
|
- handy
|
|
|
|
- simple
|
|
|
|
- simply
|
|
|
|
- useful
|