mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
9 lines
222 B
YAML
9 lines
222 B
YAML
extends: existence
|
||
message: "Don’t use end punctuation in headings."
|
||
link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods
|
||
nonword: true
|
||
level: warning
|
||
scope: heading
|
||
tokens:
|
||
- '[a-z0-9][.?!](?:\s|$)'
|