Skip to content

Commit a20c799

Browse files
committed
Turn off rules for > NOTE
1 parent f8aad48 commit a20c799

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vale.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ write-good.E-Prime = NO
1515
write-good.Passive = NO
1616
write-good.TooWordy = NO
1717

18+
# Ignore lines starting with "> [!NOTE]"
19+
BlockIgnores = (?s)> \[!NOTE\].*?(\n|$)
20+
1821
# `vale sync` in CI means the packages are then linted, so turn them off
1922
[.github/styles/**]
2023
BasedOnStyles =

0 commit comments

Comments
 (0)