From 6d6a02f400ae6d71ae09301e1fbf6276d465c653 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:23:27 -0700 Subject: [PATCH] #25 CI maintenance: clean up cspell and slack notification wiring --- .vscode/cspell.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 9dc0739..f647e87 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -5,12 +5,13 @@ "CCLA", "CODEOWNER", "cooldown", - "esbenp", "gazoink", "gerble", "ICLA", "kernelsam", "Senzing" ], - "ignorePaths": [".git/**"] + "ignorePaths": [ + ".git/**" + ] }