File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Must be unique in a given SonarQube instance
2
- sonar.projectKey =algorithm -exercises-java
3
- sonar.projectName = algorithm-exercises-java
2
+ sonar.projectKey =sir-gon_algorithm -exercises-java
3
+ sonar.organization", "sir-gon"
4
4
5
5
# This is the name and version displayed in the SonarQube UI.
6
6
# Was mandatory prior to SonarQube 6.1.
@@ -10,8 +10,11 @@ sonar.projectVersion=1.0
10
10
# Path is relative to the sonar-project.properties file.
11
11
# Replace "\" by "/" on Windows.
12
12
# This property is optional if sonar.modules is set.
13
- sonar.sources =app/src/main/java/ae
14
- sonar.exclusions =**/App.java,**/CustomLogger.java
13
+ sonar.sources =algorithm-exercises-java/src/main/java/ae
14
+ sonar.exclusions =**/CustomLogger.java,src/main/java/util/CustomLogger.java
15
+
16
+ sonar.coverageReportPaths =algorithm-exercises-java/build/jacoco.xml
17
+ sonar.coverage.exclusions =**/CustomLogger.java,algorithm-exercises-java/src/main/java/util/CustomLogger.java
15
18
16
19
# Encoding of the source code. Default is default system encoding
17
20
sonar.sourceEncoding =UTF-8
You can’t perform that action at this time.
0 commit comments