mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
9 lines
298 B
YAML
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].*"
|