mirror of
https://github.com/github/codeql.git
synced 2026-03-30 12:18:18 +02:00
8 lines
202 B
YAML
8 lines
202 B
YAML
extends: existence
|
|
message: "Use the Oxford comma in '%s'."
|
|
link: 'https://docs.microsoft.com/en-us/style-guide/punctuation/commas'
|
|
scope: sentence
|
|
level: warning
|
|
tokens:
|
|
- '(?:[^,]+,){1,}\s\w+\sand'
|