From 82e91d8fddf8447513163ce2c6500c8efff59d48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 25 Apr 2023 14:09:22 +0200 Subject: [PATCH] build: silence wrong spelling report MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .vscode/settings.json | 10 +++++++++- ui/web/.vscode/settings.json | 11 ++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5763a01a..9e0c4c61 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,15 +6,23 @@ "mochaExplorer.files": ["test/**/*Test.ts"], "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests", "cSpell.words": [ + "bufferutil", + "cacheable", "commitlint", "CSMS", "iccid", "imsi", + "lcov", + "logform", "Measurand", "Mikro", "mnemonist", + "mochawesome", "ocpp", "poolifier", - "Recurrency" + "preinstall", + "Recurrency", + "robohydra", + "tsdoc" ] } diff --git a/ui/web/.vscode/settings.json b/ui/web/.vscode/settings.json index 7e263863..2f0a168b 100644 --- a/ui/web/.vscode/settings.json +++ b/ui/web/.vscode/settings.json @@ -2,5 +2,14 @@ "editor.codeActionsOnSave": { "source.fixAll": true }, - "cSpell.words": ["composables", "finalhandler", "iccid", "idtag", "imsi", "ocpp", "RFID"] + "cSpell.words": [ + "Avenir", + "composables", + "finalhandler", + "iccid", + "idtag", + "imsi", + "ocpp", + "RFID" + ] } -- 2.34.1