Skip to content

Commit c902067

Browse files
* Add sonar exclusions for transform tool
1 parent 207df5b commit c902067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ sonar {
172172
property("sonar.host.url", "https://sonarcloud.io")
173173
property("sonar.projectKey", "NHSDigital_integration-adaptor-gp2gp")
174174
property("sonar.organization", "nhsdigital")
175+
property("sonar.exclusions", "service/src/main/java/uk/nhs/adaptors/gp2gp/transformJsonToXmlTool/**")
175176
}
176177
}
177178

0 commit comments

Comments
 (0)