Files
docker-docs/_vale/Docker/HeadingPunctuation.yml
2024-08-28 15:35:47 +02:00

13 lines
206 B
YAML

extends: existence
message: "Don't put a period at the end of a heading."
nonword: true
level: warning
scope: heading
action:
name: edit
params:
- trim_right
- "."
tokens:
- '[a-z0-9][.]\s*$'