mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
51853b6ca9
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
13 lines
206 B
YAML
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*$'
|