From 48dc57a876cb4b229e2958cdc3162ba2131eca4f Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Thu, 5 Oct 2023 12:37:48 +0200 Subject: [PATCH 1/2] fix: change enrtree public key to pattern --- examples/web-chat/.cspell.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/web-chat/.cspell.json b/examples/web-chat/.cspell.json index 55e5caf3..28917894 100644 --- a/examples/web-chat/.cspell.json +++ b/examples/web-chat/.cspell.json @@ -3,7 +3,6 @@ "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json", "language": "en", "words": [ - "AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM", "asym", "backoff", "backoffs", @@ -125,6 +124,10 @@ { "name": "import", "pattern": "/import .*/" + }, + { + "name": "enrtree", + "pattern": "/enrtree:\/\/.*/" } ], "ignoreRegExpList": ["import"] From 846a2ced7577aca23f03b0802d0ca19796758544 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Tue, 10 Oct 2023 17:51:15 +0200 Subject: [PATCH 2/2] apply changes --- examples/web-chat/.cspell.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/web-chat/.cspell.json b/examples/web-chat/.cspell.json index 28917894..2f6566a4 100644 --- a/examples/web-chat/.cspell.json +++ b/examples/web-chat/.cspell.json @@ -127,8 +127,8 @@ }, { "name": "enrtree", - "pattern": "/enrtree:\/\/.*/" + "pattern": "/enrtree://.*/" } ], - "ignoreRegExpList": ["import"] + "ignoreRegExpList": ["import", "enrtree"] }