vale/styles/Google/OxfordComma.yml
2026-02-21 01:31:43 +01:00

7 lines
188 B
YAML

extends: existence
message: "Use the Oxford comma in '%s'."
link: 'https://developers.google.com/style/commas'
scope: sentence
level: warning
tokens:
- '(?:[^,]+,){1,}\s\w+\s(?:and|or)'