build: silence wrong spelling report
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 25 Apr 2023 12:09:22 +0000 (14:09 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 25 Apr 2023 12:09:22 +0000 (14:09 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.vscode/settings.json
ui/web/.vscode/settings.json

index 5763a01a433e60af5f55e415f89ab30710cfd69b..9e0c4c61b55a09ad6b5b7f2aa6e28de9ca4461f9 100644 (file)
@@ -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"
   ]
 }
index 7e2638638d100f33214b49ad4fbdaf2f4bb11cb7..2f0a168b40ebf454ae3ff89ab305e704504113f9 100644 (file)
@@ -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"
+  ]
 }