From: Jérôme Benoit Date: Tue, 25 Apr 2023 12:16:16 +0000 (+0200) Subject: build: silence wrong spelling report X-Git-Tag: v1.2.12~76 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=149f6c4b905b292d0f46f8e88a557c7a01ec0024;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 9e0c4c61..ed74f643 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,7 @@ "mochaExplorer.files": ["test/**/*Test.ts"], "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests", "cSpell.words": [ + "benoit", "bufferutil", "cacheable", "commitlint", @@ -19,10 +20,12 @@ "mnemonist", "mochawesome", "ocpp", + "piment", "poolifier", "preinstall", "Recurrency", "robohydra", + "sonarlint", "tsdoc" ] } diff --git a/ui/web/.vscode/settings.json b/ui/web/.vscode/settings.json index 2f0a168b..1e398bbd 100644 --- a/ui/web/.vscode/settings.json +++ b/ui/web/.vscode/settings.json @@ -10,6 +10,7 @@ "idtag", "imsi", "ocpp", - "RFID" + "RFID", + "webui" ] }