mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +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
9 lines
208 B
YAML
9 lines
208 B
YAML
extends: existence
|
|
message: "Don't use end punctuation in links."
|
|
link: https://docs.docker.com/contribute/style/formatting/#links
|
|
nonword: true
|
|
level: warning
|
|
scope: link
|
|
tokens:
|
|
- '[a-z0-9][.?!](?:\s|$)'
|