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: 9cdb866170821766d7f49666b4afa1bf152d5e8c (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://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\))'