mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
14 lines
273 B
YAML
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|$)'
|