Skip to content

Commit

Permalink
Trying to fix sonarQube issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
depryf committed Jul 22, 2024
1 parent dd4678e commit e9f7ea8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ sonarqube {
property "sonar.projectKey", "imsweb_naaccr-xml"
property "sonar.organization", "imsweb"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.exclusions", "**/lab/**"
property "sonar.coverage.exclusions", "**/lab/**"
property "sonar.exclusions", "**/sas/**"
property "sonar.coverage.exclusions", "**/sas/**"
property "sonar.exclusions", "**/lab/**,**/sas/**"
property "sonar.coverage.exclusions", "**/lab/**,**/sas/**"
}
}

Expand Down

0 comments on commit e9f7ea8

Please sign in to comment.