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
236 B
YAML
9 lines
236 B
YAML
extends: existence
|
|
message: "When possible, spell out the name of the month."
|
|
link: https://docs.docker.com/contribute/style/grammar/#dates
|
|
ignorecase: true
|
|
level: warning
|
|
nonword: true
|
|
tokens:
|
|
- '\b\d{1,2}/\d{1,2}/(?:\d{4}|\d{2})\b'
|