mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
11 lines
147 B
YAML
11 lines
147 B
YAML
extends: existence
|
|
message: "'%s' should have one space."
|
|
level: error
|
|
scope:
|
|
- list
|
|
- heading
|
|
- paragraph
|
|
nonword: true
|
|
tokens:
|
|
- " {2,}"
|