Commit 8be59116 authored by Amy Qualls's avatar Amy Qualls Committed by Craig Norris

Create test for bad pluralization

We don't want words written with an '(s)' to indicate possible
pluralization. Just write it as a plural already, please and thanks.
parent deafbf11
---
# Suggestion: gitlab.BadPlurals
#
# Don't write plural words with the '(s)' construction. "HTTP(S)" is acceptable.
#
# For a list of all options, see https://docs.errata.ai/vale/styles
extends: existence
message: 'Rewrite "%s" to be plural, without parentheses.'
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html
level: warning
scope: raw
ignorecase: true
raw:
- '\w*\(s\)(?<!http\(s\))'
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