From fa0e03382cdc0eaecfba664253b52060ad6f05a8 Mon Sep 17 00:00:00 2001 From: Vanessa Sinam Date: Thu, 27 Jun 2024 14:07:04 -0400 Subject: [PATCH] Updated spell checker to ignore memebers names --- cspell.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cspell.json b/cspell.json index a56cd04788..438bc52a9e 100644 --- a/cspell.json +++ b/cspell.json @@ -31,5 +31,8 @@ "redirections/", "surveys/", "google-apps-scripts/" + ], + "ignoreRegExpList": [ + "\\- name:.*$" ] }