File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +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
14
- sonar.exclusions =**/App.java,**/ CustomLogger.java,src/main/java/util/CustomLogger.java
13
+ sonar.sources =algorithm-exercises-java /src/main/java/ae
14
+ sonar.exclusions =**/CustomLogger.java,src/main/java/util/CustomLogger.java
15
15
16
16
sonar.coverageReportPaths =algorithm-exercises-java/build/jacoco.xml
17
17
sonar.coverage.exclusions =**/CustomLogger.java,src/main/java/util/CustomLogger.java
18
18
19
- sonar.coverageReportPaths =algorithm-exercises-java/build/jacoco.xml
20
-
21
19
# Encoding of the source code. Default is default system encoding
22
20
sonar.sourceEncoding =UTF-8
You can’t perform that action at this time.
0 commit comments