mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
9 lines
233 B
YAML
9 lines
233 B
YAML
|
extends: existence
|
||
|
message: "Use the Oxford comma in '%s'."
|
||
|
link: https://docs.microsoft.com/en-us/style-guide/punctuation/commas
|
||
|
scope: sentence
|
||
|
level: suggestion
|
||
|
nonword: true
|
||
|
tokens:
|
||
|
- '(?:[^\s,]+,){1,} \w+ (?:and|or) \w+[.?!]'
|