Skip to content

Commit

Permalink
CIV-9418 exclude exception package from sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
pliao-hmcts committed Jul 14, 2023
1 parent 4181d1e commit 75f68f5
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 @@ -138,7 +138,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", "**/model/**, **/config/**/*Configuration.java, **/testingsupport/**, **/*ExternalTaskListener.java, **/stereotypes/**, **/*Exception.java"
property "sonar.coverage.exclusions", "**/model/**, **/config/**/*Configuration.java, **/testingsupport/**, **/exceptions/**, **/*ExternalTaskListener.java, **/stereotypes/**, **/*Exception.java"
property "sonar.cpd.exclusions", "**/*DocumentManagementService.java"
property "sonar.host.url", "https://sonar.reform.hmcts.net/"
}
Expand Down

0 comments on commit 75f68f5

Please sign in to comment.