2022-04-04 11:22:00 +05:30
|
|
|
---
|
|
|
|
# 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:
|
2022-07-16 23:28:13 +05:30
|
|
|
- '\b\w+\(s\)(?<!http\(s\))'
|