From: Jérôme Benoit Date: Tue, 25 Apr 2023 12:09:22 +0000 (+0200) Subject: build: silence wrong spelling report X-Git-Tag: v1.2.12~77 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=82e91d8fddf8447513163ce2c6500c8efff59d48;p=e-mobility-charging-stations-simulator.git build: silence wrong spelling report Signed-off-by: Jérôme Benoit --- 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" + ] }