mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-11-06 21:37:33 +00:00
10 lines
267 B
YAML
10 lines
267 B
YAML
---
|
|
extends: existence
|
|
level: suggestion
|
|
link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/oxfordcomma/
|
|
message: "Use the Oxford comma in '%s'."
|
|
scope: sentence
|
|
nonword: true
|
|
tokens:
|
|
- '(?:[^\s,]+,){1,} \w+ (?:and|or) \w+[.?!]'
|