Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 4, 2011
1 parent 5549196 commit e6d8d5d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions config.xml
Expand Up @@ -44,6 +44,7 @@
<failedNewNormal></failedNewNormal>
<failedNewLow></failedNewLow>
</thresholds>
<shouldDetectModules>false</shouldDetectModules>
<pattern>build/logs/checkstyle.xml</pattern>
</hudson.plugins.checkstyle.CheckStylePublisher>
<hudson.plugins.pmd.PmdPublisher>
Expand Down Expand Up @@ -72,6 +73,7 @@
<failedNewNormal></failedNewNormal>
<failedNewLow></failedNewLow>
</thresholds>
<shouldDetectModules>false</shouldDetectModules>
<pattern>build/logs/pmd.xml</pattern>
</hudson.plugins.pmd.PmdPublisher>
<hudson.plugins.dry.DryPublisher>
Expand Down Expand Up @@ -100,6 +102,7 @@
<failedNewNormal></failedNewNormal>
<failedNewLow></failedNewLow>
</thresholds>
<shouldDetectModules>false</shouldDetectModules>
<pattern>build/logs/pmd-cpd.xml</pattern>
<highThreshold>50</highThreshold>
<normalThreshold>25</normalThreshold>
Expand Down Expand Up @@ -142,12 +145,12 @@
<fileType>csv</fileType>
<strExclusionSet>
<string>Functions</string>
<string>Classes</string>
<string>Namespaces</string>
<string>Files</string>
<string>Namespaces</string>
<string>Classes</string>
<string>Directories</string>
<string>Methods</string>
<string>Interfaces</string>
<string>Methods</string>
<string>Constants</string>
<string>Anonymous Functions</string>
</strExclusionSet>
Expand All @@ -173,8 +176,8 @@
<label></label>
<fileType>csv</fileType>
<strExclusionSet>
<string>Average Method Length (NCLOC)</string>
<string>Average Class Length (NCLOC)</string>
<string>Average Method Length (NCLOC)</string>
</strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues>Average Class Length (NCLOC),Average Method Length (NCLOC)</exclusionValues>
Expand Down Expand Up @@ -250,8 +253,8 @@
<fileType>csv</fileType>
<strExclusionSet>
<string>Methods</string>
<string>Static Methods</string>
<string>Non-Static Methods</string>
<string>Static Methods</string>
<string>Public Methods</string>
<string>Non-Public Methods</string>
</strExclusionSet>
Expand Down Expand Up @@ -370,6 +373,7 @@
<pattern>build/logs/junit.xml</pattern>
<faildedIfNotNew>true</faildedIfNotNew>
<deleteOutputFiles>true</deleteOutputFiles>
<stopProcessingIfError>true</stopProcessingIfError>
</com.thalesgroup.dtkit.metrics.hudson.model.PHPUnitJunitHudsonTestType>
</types>
</com.thalesgroup.hudson.plugins.xunit.XUnitPublisher>
Expand Down Expand Up @@ -524,4 +528,4 @@
</hudson.plugins.violations.ViolationsPublisher>
</publishers>
<buildWrappers/>
</project>
</project>

0 comments on commit e6d8d5d

Please sign in to comment.