mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
Remove unnecessary rules and relax kept rules in an attempt to reduce false positives and noise in linting with vale. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
8 lines
184 B
YAML
8 lines
184 B
YAML
extends: occurrence
|
|
message: "Write short, concise sentences. (<=40 words)"
|
|
scope: sentence
|
|
link: https://docs.docker.com/contribute/checklist/
|
|
level: warning
|
|
max: 40
|
|
token: \b(\w+)\b
|