mirror of https://github.com/docker/docs.git
update vale rules
This commit is contained in:
commit
a71ef444f5
|
@ -1,15 +0,0 @@
|
|||
# Checks that a callout block is followed by a liquid tag
|
||||
# (Doesn't actually check that there is a well-formed liquid
|
||||
# tag, just checks that it is not an empty line.)
|
||||
extends: existence
|
||||
message: "Use a liquid tag for 'Important' or 'Warning' callouts."
|
||||
link: https://docs.docker.com/contribute/components/call-outs/
|
||||
level: warning
|
||||
nonword: true
|
||||
scope: raw
|
||||
raw:
|
||||
- '[:blank:]*\>.*?'
|
||||
- "(?i)(?:important|warning|danger|caution)(?-i)"
|
||||
- '.*\n'
|
||||
- '(?:\s*\>.*?\n)+?'
|
||||
- '\s*\n'
|
|
@ -1,5 +1,5 @@
|
|||
extends: occurrence
|
||||
message: "Write short, concise sentences."
|
||||
message: "Write short, concise sentences. (<=30 words)"
|
||||
scope: sentence
|
||||
link: https://docs.docker.com/contribute/checklist/
|
||||
level: warning
|
||||
|
|
Loading…
Reference in New Issue