remove broken callout rule

This commit is contained in:
David Karlsson 2022-09-21 20:26:46 +02:00
parent a6127cb34b
commit 9aa85dacc1
1 changed files with 0 additions and 15 deletions

View File

@ -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'