10 lines
163 B
YAML
10 lines
163 B
YAML
|
extends: existence
|
||
|
message: "Don't use punctuation at the end of a heading."
|
||
|
nonword: true
|
||
|
level: error
|
||
|
scope: heading
|
||
|
action:
|
||
|
name: remove
|
||
|
tokens:
|
||
|
- '[.?!]$'
|