Skip to content

Commit 73fd5c1

Browse files
Exclude all GitHub magic callouts
Co-authored-by: Sam Cunliffe <samcunliffe@users.noreply.github.com>
1 parent a20c799 commit 73fd5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ write-good.Passive = NO
1616
write-good.TooWordy = NO
1717

1818
# Ignore lines starting with "> [!NOTE]"
19-
BlockIgnores = (?s)> \[!NOTE\].*?(\n|$)
19+
BlockIgnores = (?s)> \[!(CAUTION|IMPORTANT|NOTE|TIP|WARNING)\].*?(\n|$)
2020

2121
# `vale sync` in CI means the packages are then linted, so turn them off
2222
[.github/styles/**]

0 commit comments

Comments
 (0)