3a226228b5
- update cppcheck plugin to use convert xml - update cppcheck plugin docstring - add plugin="cppcheck" attribute - add new parameters for cppcheck plugin - update test cases Change-Id: Id17f4fb082eff1ed9266f98454f1e1df2bcaca7f
41 lines
1.6 KiB
XML
41 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<org.jenkinsci.plugins.cppcheck.CppcheckPublisher plugin="cppcheck">
|
|
<cppcheckConfig>
|
|
<pattern>**/cppcheck.xml</pattern>
|
|
<ignoreBlankFiles>false</ignoreBlankFiles>
|
|
<allowNoReport>false</allowNoReport>
|
|
<configSeverityEvaluation>
|
|
<threshold/>
|
|
<newThreshold/>
|
|
<failureThreshold/>
|
|
<newFailureThreshold/>
|
|
<healthy/>
|
|
<unHealthy/>
|
|
<severityError>true</severityError>
|
|
<severityWarning>true</severityWarning>
|
|
<severityStyle>true</severityStyle>
|
|
<severityPerformance>true</severityPerformance>
|
|
<severityInformation>true</severityInformation>
|
|
<severityNoCategory>true</severityNoCategory>
|
|
<severityPortability>true</severityPortability>
|
|
</configSeverityEvaluation>
|
|
<configGraph>
|
|
<xSize>500</xSize>
|
|
<ySize>200</ySize>
|
|
<numBuildsInGraph>0</numBuildsInGraph>
|
|
<displayAllErrors>true</displayAllErrors>
|
|
<displayErrorSeverity>false</displayErrorSeverity>
|
|
<displayWarningSeverity>false</displayWarningSeverity>
|
|
<displayStyleSeverity>false</displayStyleSeverity>
|
|
<displayPerformanceSeverity>false</displayPerformanceSeverity>
|
|
<displayInformationSeverity>false</displayInformationSeverity>
|
|
<displayNoCategorySeverity>false</displayNoCategorySeverity>
|
|
<displayPortabilitySeverity>false</displayPortabilitySeverity>
|
|
</configGraph>
|
|
</cppcheckConfig>
|
|
</org.jenkinsci.plugins.cppcheck.CppcheckPublisher>
|
|
</publishers>
|
|
</project>
|