Skip to content

Commit

Permalink
Re-fix Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Apr 8, 2020
1 parent be7fc43 commit 6314e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sonar.projectVersion=0.10.3
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
# If not set, SonarQube starts looking for source code from the directory containing
# the sonar-project.properties file.
sonar.sources=Source/Core
sonar.sources=Core

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
Expand All @@ -20,7 +20,7 @@ sonar.java.source=1.6
# Configure Sonar to use JaCoCo
sonar.jacoco.reportPath=jacoco.exec
# http://stackoverflow.com/a/27782177
sonar.java.binaries=Source/Core/bin
sonar.java.binaries=Core/bin

# Ignore a few rules
sonar.issue.ignore.multicriteria=e1,e2,e3,e4,e5
Expand Down

0 comments on commit 6314e68

Please sign in to comment.