chore: ignore emoji shortcodes in vale linting

This commit is contained in:
jo 2022-09-22 13:37:29 +02:00 committed by Kyle Robbertze
parent cc16267c0a
commit 855cf83325
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ Vocab = Docs
BasedOnStyles = Vale, Google, Microsoft, LibreTime BasedOnStyles = Vale, Google, Microsoft, LibreTime
Vale.Spelling = False Vale.Spelling = False
# Exclude emoji shortcodes `:tada:`
BlockIgnores = (:[a-z-_]+:)