We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9fa4b commit 1860b1cCopy full SHA for 1860b1c
2 files changed
.vscode/settings.json
@@ -0,0 +1,6 @@
1
+{
2
+ "sonarlint.connectedMode.project": {
3
+ "connectionId": "ulianapythonbackenddeveloper",
4
+ "projectKey": "UlianaPythonBackendDeveloper_python-project-49"
5
+ }
6
+}
sonar-project.properties
@@ -0,0 +1,14 @@
+sonar.projectKey=UlianaPythonBackendDeveloper_python-project-49
+sonar.organization=ulianapythonbackenddeveloper
+
+# This is the name and version displayed in the SonarCloud UI.
+#sonar.projectName=python-project-49
7
+#sonar.projectVersion=1.0
8
9
10
+# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
11
+#sonar.sources=.
12
13
+# Encoding of the source code. Default is default system encoding
14
+#sonar.sourceEncoding=UTF-8
0 commit comments