From ed9dedafbfd54b0780aa30016c37098ff3c5afc8 Mon Sep 17 00:00:00 2001 From: bunee <79749200+buneeIsSlo@users.noreply.github.com> Date: Fri, 19 Jul 2024 01:53:14 +0530 Subject: [PATCH] Update cspell.json to ignore members' github handles (#7119) --- cspell.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 438bc52a9e..4c2062357a 100644 --- a/cspell.json +++ b/cspell.json @@ -33,6 +33,7 @@ "google-apps-scripts/" ], "ignoreRegExpList": [ - "\\- name:.*$" + "\\- name:.*$", + "github-handle:.*$" ] }