mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
be7cc0932a
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
7 lines
220 B
YAML
7 lines
220 B
YAML
extends: existence
|
|
message: 'Use the Oxford comma in a list of three or more items.'
|
|
link: 'https://contribute.jquery.org/style-guide/prose/#grammar'
|
|
scope: sentence
|
|
level: warning
|
|
tokens:
|
|
- '(?:[^,]+,){1,}\s\w+\sand'
|