Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BadPlurals.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 533805c67b089bd8bf2237d17cc7146a54d7fa7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Warning: 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#s
level: warning
ignorecase: true
raw:
  - '\b\w+\(s\)(?<!http\(s\))'