build(ci): fix linter errors
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index c3f6a9320129e8391fe9f4f04918b70b02bf81f9..124180f5fe4e721eb00b04599ee5e4f0658156d1 100644 (file)
@@ -2,35 +2,53 @@
   "editor.codeActionsOnSave": {
     "source.fixAll": true
   },
-  "testExplorer.useNativeTesting": true,
-  "mochaExplorer.nodeArgv": [
-    "--loader=ts-node/esm",
-    "--no-warnings=ExperimentalWarning",
-    "--experimental-specifier-resolution=node"
-  ],
-  "mochaExplorer.files": ["test/**/*Test.ts"],
-  "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
   "cSpell.words": [
+    "backoff",
     "benoit",
+    "bubbleprof",
     "bufferutil",
     "cacheable",
+    "choco",
     "commitlint",
-    "CSMS",
+    "corepack",
+    "csms",
+    "doctorprof",
+    "emerg",
+    "emobility",
+    "evse",
+    "evses",
+    "flameprof",
+    "heapprofiler",
     "iccid",
+    "idtag",
+    "idtags",
     "imsi",
     "lcov",
+    "linebreak",
     "logform",
-    "Measurand",
-    "Mikro",
+    "measurand",
+    "measurands",
+    "mikro",
     "mnemonist",
-    "mochawesome",
     "ocpp",
+    "olivierbagot",
+    "outdir",
+    "parens",
     "piment",
     "poolifier",
     "preinstall",
     "Recurrency",
-    "robohydra",
+    "RFID",
+    "shutdowning",
     "sonarlint",
-    "tsdoc"
-  ]
+    "SRPC",
+    "tsdoc",
+    "VCAP",
+    "webui",
+    "workerset"
+  ],
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator"
+  }
 }