Skip to content

Commit 3ff3749

Browse files
* Add sonar exclusions for transform tool
* Update XmlSchemaValidator to use newDefaultInstance instead
1 parent 5516d45 commit 3ff3749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +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/*.java")
175+
property("sonar.exclusions", "**/service/src/main/java/uk/nhs/adaptors/gp2gp/transformJsonToXmlTool/**")
176176
}
177177
}
178178

0 commit comments

Comments
 (0)