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
204 B
YAML
9 lines
204 B
YAML
extends: existence
|
|
message: Use decimals instead of fractions.
|
|
link: https://docs.docker.com/contribute/style/grammar/#decimals-and-fractions
|
|
level: warning
|
|
raw:
|
|
- '[\w\s]'
|
|
- \d+\/\d+
|
|
- '(?!\/\d+)'
|