From 046804429e12b2dcff8cdfb5f08befd7c7fabd85 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:21:01 -0700 Subject: [PATCH] #48 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 4c59113..341577b 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -5,12 +5,13 @@ "CCLA", "CODEOWNER", "cooldown", - "esbenp", "googleba", "ICLA", "kernelsam", "Senzing", "stackoverflow" ], - "ignorePaths": [".git/**"] + "ignorePaths": [ + ".git/**" + ] }