如何在使用SonarQube扫描时忽略Project中的空白xml文件

时间:2017-03-20 10:44:58

标签: xml sonarqube

我有一个java项目,其中有许多xml文件。其中一些是空白的。 SonarQube扫描此类文件时会出错。

org.xml.sax.SAXParseException: Premature end of file.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) ~[na:1.8.0_101]
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177) ~[na:1.8.0_101]

有没有办法可以指示SonarQube忽略它们?

我是SonarQube 4.5.7。

1 个答案:

答案 0 :(得分:0)

您可以排除它们:

sonar.exclusions=yourPath/*.xml

https://docs.sonarqube.org/display/SONAR/Narrowing+the+Focus