diff --git a/.ci/pitest-suppressions/pitest-whitespace-suppressions.xml b/.ci/pitest-suppressions/pitest-whitespace-suppressions.xml index 963bf9202e3..f9fba5ec6e0 100644 --- a/.ci/pitest-suppressions/pitest-whitespace-suppressions.xml +++ b/.ci/pitest-suppressions/pitest-whitespace-suppressions.xml @@ -27,15 +27,6 @@ int previousEmptyLineNo = emptyLines.get(0); - - EmptyLineSeparatorCheck.java - com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck - getViolationAstForPackage - org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator - replaced call to com/puppycrawl/tools/checkstyle/api/DetailAST::getNextSibling with receiver - DetailAST nextElement = ast.getNextSibling(); - - EmptyLineSeparatorCheck.java com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck @@ -54,15 +45,6 @@ lastToken = token.getLastChild(); - - EmptyLineSeparatorCheck.java - com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck - isLineEmptyAfterPackage - org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator - replaced call to com/puppycrawl/tools/checkstyle/api/DetailAST::getNextSibling with receiver - DetailAST nextElement = ast.getNextSibling(); - - EmptyLineSeparatorCheck.java com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck