18 lines
542 B
YAML
18 lines
542 B
YAML
---
|
|
# Suggestion: gitlab.Simplicity
|
|
#
|
|
# Checks for words implying ease of use, to avoid cognitive dissonance for frustrated users.
|
|
#
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
|
extends: existence
|
|
message: 'Avoid words like "%s" that imply ease of use, because the user may find this action hard.'
|
|
level: suggestion
|
|
ignorecase: true
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language-to-avoid
|
|
tokens:
|
|
- easy
|
|
- easily
|
|
- handy
|
|
- simple
|
|
- simply
|
|
- useful
|