summaryrefslogtreecommitdiff
path: root/public/vale/.vale-styles/Google/OxfordComma.yml
blob: b9ba21ebb25abdda3495a6560f8c07101c0b43ab (plain) (blame)
1
2
3
4
5
6
7
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)'