We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e99565 commit 9e638f4Copy full SHA for 9e638f4
sonar-project.properties
@@ -1,19 +1,13 @@
1
sonar.projectKey=ZLOI27_python-project-50
2
sonar.organization=zloi27
3
4
-sonar.projectName=gendiff
5
-sonar.projectVersion=1.0
6
-sonar.sources=gendiff
7
-sonar.python.coverage.reportPaths=coverage.xml
8
-sonar.language=py
9
-
10
# This is the name and version displayed in the SonarCloud UI.
11
-#sonar.projectName=python-project-50
12
-#sonar.projectVersion=1.0
+sonar.projectName=python-project-50
+sonar.projectVersion=1.0
13
14
15
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
16
-#sonar.sources=.
+sonar.sources=gendiff
17
18
# Encoding of the source code. Default is default system encoding
19
-#sonar.sourceEncoding=UTF-8
+sonar.sourceEncoding=UTF-8
0 commit comments