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 75e3a07 commit c088f22Copy full SHA for c088f22
sonar-project.properties renamed to .sonarcloud.properties
@@ -1,11 +1,11 @@
1
# Must be unique in a given SonarQube instance
2
-sonar.projectKey=algorithm-exercises-java
3
-sonar.projectName=algorithm-exercises-java
+sonar.projectKey=algorithm-exercises-py
+sonar.projectName=algorithm-exercises-py
4
5
# Path is relative to the sonar-project.properties file.
6
# Replace "\" by "/" on Windows.
7
# This property is optional if sonar.modules is set.
8
-sonar.sources=app/src
+sonar.sources=src
9
10
# Encoding of the source code. Default is default system encoding
11
sonar.sourceEncoding=UTF-8
0 commit comments