aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2017-01-14 09:24:20 -0500
committerRoman Ivanov <romani@users.noreply.github.com>2017-01-14 07:11:28 -0800
commit045581b52d8e6c3e7226932a144577cfaf22495a (patch)
tree0bc568ef185c3c877c1f2ae8bd65f18bde5db75d /pom.xml
parent31ba306454a5205dbc9f18cf00ada22143148748 (diff)
downloadcheckstyle-045581b52d8e6c3e7226932a144577cfaf22495a.tar.gz
Issue #3708: increased mutation for naming package to 100%
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5959b4e7f..9cfe61408 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1701,7 +1701,11 @@
<targetTests>
<param>com.puppycrawl.tools.checkstyle.checks.naming.*</param>
</targetTests>
- <mutationThreshold>98</mutationThreshold>
+ <excludedClasses>
+ <!-- deprecated class -->
+ <param>com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck</param>
+ </excludedClasses>
+ <mutationThreshold>100</mutationThreshold>
<timeoutFactor>${pitest.plugin.timeout.factor}</timeoutFactor>
<timeoutConstant>${pitest.plugin.timeout.constant}</timeoutConstant>
<threads>${pitest.plugin.threads}</threads>