mirror of
https://github.com/docker/docs.git
synced 2026-04-03 01:38:58 +07:00
* added vale config embryo * added some more example rules * update rules * add more formatting rules * expanded vocab * added more rules * added dvp vocabulary terms * rm link text from sentence case rule
7 lines
198 B
YAML
7 lines
198 B
YAML
extends: existence
|
||
message: Don’t add commas (,) or semicolons (;) to the ends of list items.
|
||
link: https://docs.docker.com/contribute/style/grammar/#lists
|
||
level: warning
|
||
scope: list
|
||
raw: '[,;]$'
|