Files
docker-docs/.github/vale/Docker/Bold.yml
David Karlsson 7240a896f9 Tweak vale rules (#15668)
* tweaking vale rules per feedback

* added bold rule
2022-09-20 12:10:45 +02:00

9 lines
298 B
YAML

# Checks for use of bold that doesn't start with a capital letter
# which might indicate a reference to something other than a UI label
extends: existence
message: "Only use bold for UI elements."
link: https://docs.docker.com/contribute/checklist/
level: suggestion
scope: strong
raw: "^[^A-Z].*"