aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorvasilyeva <vasilyeva@rutarget.ru>2017-09-02 01:02:41 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2017-09-02 06:20:49 -0700
commit382f0a172bfb9b3e931b4a7a60ed206be545fcf6 (patch)
treebe769c6f8938ab9bcca5e49366f026d2a354ce56 /pom.xml
parent1282cdffc3512e2381c96f67a5ef1b8f0b839bb8 (diff)
downloadcheckstyle-382f0a172bfb9b3e931b4a7a60ed206be545fcf6.tar.gz
Issue #4394: kill last mutation in pitest-checkstyle-api profile
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 014a47b2e..fd00efe19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2218,8 +2218,6 @@
<excludedMethods>
<!--cause of https://github.com/checkstyle/checkstyle/issues/3605-->
<param>addFeaturesForVerySecureJavaInstallations</param>
- <!-- till https://github.com/checkstyle/checkstyle/issues/4394 -->
- <param>auditStarted</param>
</excludedMethods>
<avoidCallsTo>
<!--cause of https://github.com/checkstyle/checkstyle/issues/3605-->