mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
51853b6ca9
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
8 lines
163 B
YAML
8 lines
163 B
YAML
extends: existence
|
|
message: "Use the Oxford comma in '%s'."
|
|
scope: sentence
|
|
level: warning
|
|
nonword: true
|
|
tokens:
|
|
- '(?:[^\s,]+,){1,}\s\w+\s(?:and|or)\s\w+[.?!]'
|