aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>