Skip to content

Commit d30211c

Browse files
author
Gonzalo Diaz
committed
[CONFIG] sonarcloud properties added.
1 parent a8609a2 commit d30211c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sonar-project.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Must be unique in a given SonarQube instance
2+
sonar.projectKey=algorithm-exercises-java
3+
sonar.projectName=algorithm-exercises-java
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
9+
10+
# Encoding of the source code. Default is default system encoding
11+
sonar.sourceEncoding=UTF-8
12+
sonar.python.version=3.11

0 commit comments

Comments
 (0)