Axel Nordh 4 lat temu
rodzic
commit
60a5df0c28
2 zmienionych plików z 40 dodań i 28 usunięć
  1. 37 28
      .vscode/settings.json
  2. 3 0
      Assets/GameManagerScript.cs

+ 37 - 28
.vscode/settings.json

@@ -2,55 +2,64 @@
   "files.exclude": {
     "**/.DS_Store": true,
     "**/.git": true,
-    "**/.gitignore": true,
-    "**/.gitmodules": true,
+    "**/*.3ds": true,
+    "**/*.3DS": true,
+    "**/*.asset": true,
     "**/*.booproj": true,
-    "**/*.pidb": true,
-    "**/*.suo": true,
-    "**/*.user": true,
-    "**/*.userprefs": true,
-    "**/*.unityproj": true,
+    "**/*.cubemap": true,
     "**/*.dll": true,
     "**/*.exe": true,
-    "**/*.pdf": true,
-    "**/*.mid": true,
-    "**/*.midi": true,
-    "**/*.wav": true,
+    "**/*.fbx": true,
+    "**/*.FBX": true,
+    "**/*.flare": true,
     "**/*.gif": true,
     "**/*.ico": true,
-    "**/*.jpg": true,
     "**/*.jpeg": true,
-    "**/*.png": true,
-    "**/*.psd": true,
-    "**/*.tga": true,
-    "**/*.tif": true,
-    "**/*.tiff": true,
-    "**/*.3ds": true,
-    "**/*.3DS": true,
-    "**/*.fbx": true,
-    "**/*.FBX": true,
+    "**/*.jpg": true,
     "**/*.lxo": true,
     "**/*.LXO": true,
     "**/*.ma": true,
     "**/*.MA": true,
-    "**/*.obj": true,
-    "**/*.OBJ": true,
-    "**/*.asset": true,
-    "**/*.cubemap": true,
-    "**/*.flare": true,
     "**/*.mat": true,
     "**/*.meta": true,
+    "**/*.mid": true,
+    "**/*.midi": true,
+    "**/*.obj": true,
+    "**/*.OBJ": true,
+    "**/*.pdf": true,
+    "**/*.pidb": true,
+    "**/*.png": true,
     "**/*.prefab": true,
+    "**/*.psd": true,
+    "**/*.suo": true,
+    "**/*.tga": true,
+    "**/*.tif": true,
+    "**/*.tiff": true,
     "**/*.unity": true,
+    "**/*.unityproj": true,
+    "**/*.user": true,
+    "**/*.userprefs": true,
+    "**/*.wav": true,
     "build/": true,
     "Build/": true,
-    "Library/": true,
     "library/": true,
+    "Library/": true,
     "obj/": true,
     "Obj/": true,
     "ProjectSettings/": true,
     "temp/": true,
     "Temp/": true
   },
-  "editor.codeLens": false
+  "editor.codeLens": false,
+
+  "sonarlint.connectedMode.project": {
+    "connectionId": "RPG-FIGHT-CON-ID",
+        "projectKey": "RPG-FIGHT"
+    },
+
+    "sonarlint.ls.javaHome": "C:\\Program Files\\Java\\jdk-14.0.2",
+    "sonarqube-rules-synchroniser.Sonarqube-projectkey": "RPG-FIGHT",
+    "sonarqube-rules-synchroniser.Sonarqube-token": "e9d671ab4c1eccfe367249f2975425ca924ffcfd",
+    "sonarqube-rules-synchroniser.Sonarqube-url": "nordh.xyz:12366"
+
 }

+ 3 - 0
Assets/GameManagerScript.cs

@@ -15,6 +15,9 @@ public class GameManagerScript : MonoBehaviour {
 
     private void Start() {
         instance = this;
+        /*
+        This is a block comment that sonar lint should report me to remove
+        */
     }
 
     private void Awake() {