cli/docs/.vale/gitlab/BadPlurals.yml

14 lines
419 B
YAML

---
# Warning: gitlab.BadPlurals
#
# Don't write plural words with the '(s)' construction. 'HTTP(S)' is acceptable.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Rewrite '%s' to be plural without parentheses."
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html#s
level: warning
ignorecase: true
raw:
- '\b\w+\(s\)(?<!http\(s\))'