build: fix sonarlint settings
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 1 May 2023 20:22:45 +0000 (22:22 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 1 May 2023 20:22:45 +0000 (22:22 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.vscode/extensions.json
.vscode/settings.json
e-mobility-charging-stations-simulator.code-workspace
ui/web/.vscode/extensions.json
ui/web/.vscode/settings.json

index 7caf68c600ba3dda8774e4b90507c2ff4c148e89..2243f8ccf8370e328135e33b03dc1648bb583153 100644 (file)
@@ -8,6 +8,7 @@
     "EditorConfig.EditorConfig",
     "hbenl.vscode-mocha-test-adapter",
     "ms-azuretools.vscode-docker",
+    "sonarsource.sonarlint-vscode",
     "streetsidesoftware.code-spell-checker"
   ]
 }
index ff191d38b4fd0832541cd2b7c388810c43386028..69b8e909f175640f1225c6bad010c4d12bc31ee7 100644 (file)
@@ -34,5 +34,9 @@
     "robohydra",
     "sonarlint",
     "tsdoc"
-  ]
+  ],
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator"
+  }
 }
index cb8f650bda008b8505a7906385dad0c2471f6677..6aca5a27e3b6c9fce8cb468a4dddf3a8cef61760 100644 (file)
@@ -6,16 +6,5 @@
     {
       "path": "ui/web"
     }
-  ],
-  "extensions": {
-    "recommendations": [
-      "sonarsource.sonarlint-vscode"
-    ]
-  },
-  "settings": {
-    "sonarlint.connectedMode.project": {
-      "connectionId": "sap-1",
-      "projectKey": "SAP_e-mobility-charging-stations-simulator"
-    }
-  }
+  ]
 }
index 14a77638843de646dc4ed18597a8682d3496bd96..04b2618f06134742671772a4d152ccfb98cd4203 100644 (file)
@@ -6,6 +6,7 @@
     "dbaeumer.vscode-eslint",
     "eamodio.gitlens",
     "EditorConfig.EditorConfig",
+    "sonarsource.sonarlint-vscode",
     "streetsidesoftware.code-spell-checker",
     "Vue.volar"
   ]
index 291c11c1a9a35744b9d9fb680eeb518476073d8c..fa6fff147de57ea1c087767a0c71bf89aa252a7a 100644 (file)
@@ -15,5 +15,9 @@
     "preinstall",
     "RFID",
     "webui"
-  ]
+  ],
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator-webui"
+  }
 }