From bdd3e686295de4c3591cf36f87f02cf75213e7ef Mon Sep 17 00:00:00 2001 From: deadlydog Date: Sun, 21 Apr 2024 12:40:25 -0600 Subject: [PATCH] chore: Ignore spelling of tip author names --- .cspell.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cspell.json b/.cspell.json index 81af7ce..1fea761 100644 --- a/.cspell.json +++ b/.cspell.json @@ -32,5 +32,8 @@ "pwsh", // PowerShell Core "PowerShelldle", // PowerShell game "Wordle" // Game + ], + "ignoreRegExpList": [ + "^$tip.Author = .*$" // Ignore tip Author names ] }