Files
codeql/docs/language/vale-styles/Microsoft/HeadingPunctuation.yml
2019-08-09 12:30:31 +01:00

9 lines
222 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

extends: existence
message: "Dont 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|$)'