inspec/docs-chef-io/tools/vale/chef/OxfordComma.yml
Ian Maddaus be7cc0932a Add vale config to inspec repository
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2022-05-17 10:44:59 -04:00

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'