5341f48085
- update doc options to have default value - update doc to 4 space indent syntax - add plugin="checkstyle" attribute Change-Id: Ic2676a978889deb145af975a38293e7b77e6625b
31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.checkstyle.CheckStylePublisher plugin="checkstyle">
|
|
<healthy/>
|
|
<unHealthy/>
|
|
<thresholdLimit>low</thresholdLimit>
|
|
<pluginName>[CHECKSTYLE] </pluginName>
|
|
<defaultEncoding/>
|
|
<canRunOnFailed>false</canRunOnFailed>
|
|
<useStableBuildAsReference>false</useStableBuildAsReference>
|
|
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
|
|
<useDeltaValues>false</useDeltaValues>
|
|
<thresholds>
|
|
<unstableTotalAll/>
|
|
<unstableTotalHigh/>
|
|
<unstableTotalNormal/>
|
|
<unstableTotalLow/>
|
|
<failedTotalAll/>
|
|
<failedTotalHigh/>
|
|
<failedTotalNormal/>
|
|
<failedTotalLow/>
|
|
</thresholds>
|
|
<shouldDetectModules>false</shouldDetectModules>
|
|
<dontComputeNew>true</dontComputeNew>
|
|
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
|
|
<pattern/>
|
|
</hudson.plugins.checkstyle.CheckStylePublisher>
|
|
</publishers>
|
|
</project>
|