Commit c88dcfa3 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch '214091-test-ease-simplicity' into 'master'

Create a Vale test for ease-of-use words

See merge request gitlab-org/gitlab!45939
parents ac94b122 d5125034
---
# 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment