我有一个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。
答案 0 :(得分:0)
您可以排除它们:
sonar.exclusions=yourPath/*.xml
https://docs.sonarqube.org/display/SONAR/Narrowing+the+Focus