Skip to content

Commit

Permalink
excluding mapper folder for false alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
vasudevganesanhmcts committed Oct 2, 2023
1 parent c0a08f8 commit 7d6ca84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sonarqube {
property "sonar.projectName", "Reform :: civil-orchestrator-service"
property "sonar.projectKey", "uk.gov.hmcts.reform:civil-orchestrator-service"
property "sonar.coverage.jacoco.xmlReportPaths", "${jacocoTestReport.reports.xml.destination.path}"
property "sonar.coverage.exclusions", "**/requestbody/**, **/responsebody/**,**/exceptions/*, **/config/**/*Configuration.java, **/stereotypes/**, **/*Exception.java, **/model/**,CreateClaimMapperInterface.java"
property "sonar.coverage.exclusions", "**/requestbody/**, **/responsebody/**,**/exceptions/*, **/config/**/*Configuration.java, **/stereotypes/**, **/*Exception.java, **/model/**,**/mappings/*"
property "sonar.cpd.exclusions", "**/*DocumentManagementService.java"
property "sonar.host.url", "https://sonar.reform.hmcts.net/"
}
Expand Down

0 comments on commit 7d6ca84

Please sign in to comment.