mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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*$'
|