From ca5f97bd75e184245e9573486d5e6370f30fce12 Mon Sep 17 00:00:00 2001 From: dabund24 Date: Thu, 6 Mar 2025 18:01:11 +0100 Subject: [PATCH] exclude `test/parse/dbnav-journey.js` from spell check --- cspell.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cspell.config.json b/cspell.config.json index 44f62296..d74f1d92 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -626,7 +626,8 @@ "ignorePaths": [ "docs/dumps/**", "test/e2e/fixtures/**", - "test/parse/remarks.js" + "test/parse/remarks.js", + "test/parse/dbnav-journey.js" ], "dictionaries": [ "node"