blog/vale-styles/Microsoft/HeadingPunctuation.yml
2021-11-28 19:07:10 +05:30

14 lines
273 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
action:
name: edit
params:
- remove
- '.?!'
tokens:
- '[a-z][.?!](?:\s|$)'