mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
8 lines
220 B
YAML
8 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'
|