mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
14 lines
270 B
YAML
14 lines
270 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:
|
|
- trim_right
|
|
- ".?!"
|
|
tokens:
|
|
- "[a-z][.?!]$"
|