debian-mirror-gitlab/doc/.vale/gitlab/BadPlurals.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
419 B
YAML
Raw Normal View History

2022-04-04 11:22:00 +05:30
---
2022-08-27 11:52:29 +05:30
# Warning: gitlab.BadPlurals
2022-04-04 11:22:00 +05:30
#
2023-01-13 00:05:48 +05:30
# Don't write plural words with the '(s)' construction. 'HTTP(S)' is acceptable.
2022-04-04 11:22:00 +05:30
#
2023-01-13 00:05:48 +05:30
# For a list of all options, see https://vale.sh/docs/topics/styles/
2022-04-04 11:22:00 +05:30
extends: existence
2023-01-13 00:05:48 +05:30
message: "Rewrite '%s' to be plural without parentheses."
2022-07-23 23:45:48 +05:30
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html#s
2022-04-04 11:22:00 +05:30
level: warning
ignorecase: true
raw:
2022-07-16 23:28:13 +05:30
- '\b\w+\(s\)(?<!http\(s\))'