mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-11-04 00:02:05 +01:00
8 lines
181 B
YAML
8 lines
181 B
YAML
extends: existence
|
|
message: "Use the Oxford comma in '%s'."
|
|
link: 'https://developers.google.com/style/commas'
|
|
scope: sentence
|
|
level: warning
|
|
tokens:
|
|
- '(?:[^,]+,){1,}\s\w+\sand'
|