mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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+[.?!]'
|