Skip to content

Commit

Permalink
Third attempt to fix SonarCloud configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Apr 30, 2021
1 parent c5ffb76 commit da0789e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ sonar.jacoco.reportPath=jacoco.exec
# http://stackoverflow.com/a/27782177
sonar.java.binaries=Core/bin

# SCM settings
sonar.scm.provider=git
sonar.scm.forceReloadAll=true
sonar.scm.disabled=true

# Ignore a few rules
sonar.issue.ignore.multicriteria=e1,e2,e3,e4,e5
Expand All @@ -49,4 +51,4 @@ sonar.issue.ignore.multicriteria.e5.ruleKey=squid:S2065
sonar.issue.ignore.multicriteria.e5.resourceKey=**/*.java

# Do not analyze test and example files
sonar.exclusions=**/examples/*.java,**/*Test.java
sonar.exclusions=**/examples/*.java,**/*Test.java

0 comments on commit da0789e

Please sign in to comment.