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 a8609a2 commit d30211cCopy full SHA for d30211c
sonar-project.properties
@@ -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