From f79a9d38fa0eec57b2327971e568c126ce1875ad Mon Sep 17 00:00:00 2001 From: bunee Date: Mon, 15 Jul 2024 15:06:01 +0530 Subject: [PATCH] Update cspell.json to ignore members' github handles --- 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:.*$" ] }