summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/BadPlurals.yml
blob: 81e2a0e563d04fa1b9a503d20d94ce4729394a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# 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\))'