mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
be7cc0932a
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
13 lines
273 B
YAML
13 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|$)'
|