Skip to content

Commit c088f22

Browse files
author
Gonzalo Diaz
committed
[CONFIG] sonarcloud properties fixed.
1 parent 75e3a07 commit c088f22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sonar-project.properties renamed to .sonarcloud.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Must be unique in a given SonarQube instance
2-
sonar.projectKey=algorithm-exercises-java
3-
sonar.projectName=algorithm-exercises-java
2+
sonar.projectKey=algorithm-exercises-py
3+
sonar.projectName=algorithm-exercises-py
44

55
# Path is relative to the sonar-project.properties file.
66
# Replace "\" by "/" on Windows.
77
# This property is optional if sonar.modules is set.
8-
sonar.sources=app/src
8+
sonar.sources=src
99

1010
# Encoding of the source code. Default is default system encoding
1111
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)