speice.io/.styles/Microsoft/HeadingPunctuation.yml

14 lines
270 B
YAML
Raw Normal View History

2024-09-30 21:01:59 -04:00
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:
- trim_right
- ".?!"
tokens:
- "[a-z][.?!]$"