From b953eba2b6bc24a32c5c277cc8b7102f9019bfd8 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:24:05 -0700 Subject: [PATCH] #55 CI maintenance: clean up cspell and slack notification wiring --- .vscode/cspell.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 9250669..d3140a3 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -8,7 +8,6 @@ "datamodel", "dkms", "dylib", - "esbenp", "gdev", "ICLA", "kernelsam", @@ -19,5 +18,8 @@ "symvers", "zxvf" ], - "ignorePaths": [".git/**", "files/tests/**"] + "ignorePaths": [ + ".git/**", + "files/tests/**" + ] }