You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/09/05 14:48:34 UTC

[flink] 01/07: [hotfix][checkstyle] Remove suppression for runtime/test.runtime.zookeeper

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 7b3b8afcae0e205a38695149c32d7158fb26f605
Author: zentol <ch...@apache.org>
AuthorDate: Wed Sep 5 15:32:50 2018 +0200

    [hotfix][checkstyle] Remove suppression for runtime/test.runtime.zookeeper
---
 tools/maven/suppressions-runtime.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tools/maven/suppressions-runtime.xml b/tools/maven/suppressions-runtime.xml
index 33a92e3..b7ba6b1 100644
--- a/tools/maven/suppressions-runtime.xml
+++ b/tools/maven/suppressions-runtime.xml
@@ -198,10 +198,6 @@ under the License.
 	<suppress
 		files="(.*)runtime[/\\]zookeeper[/\\](.*)"
 		checks="NewlineAtEndOfFile|RegexpSingleline|TodoComment|RedundantImport|ImportOrder|RedundantModifier|JavadocMethod|JavadocParagraph|JavadocType|JavadocStyle|PackageName|TypeNameCheck|ConstantNameCheck|StaticVariableNameCheck|MemberNameCheck|MethodNameCheck|ParameterName|LocalFinalVariableName|LocalVariableName|LeftCurly|UpperEll|FallThrough|reliefPattern|SimplifyBooleanExpression|EmptyStatement|ModifierOrder|EmptyLineSeparator|WhitespaceAround|WhitespaceAfter|NoWhitespaceAfter|NoWhite [...]
-	<!--Only additional checks for test sources. Those checks were present in the "pre-strict" checkstyle but were not applied to test sources. We do not want to suppress them for sources directory-->
-	<suppress
-		files="(.*)test[/\\](.*)runtime[/\\]zookeeper[/\\](.*)"
-		checks="AvoidStarImport"/>
 	<suppress
 		files="(.*)StateBackendTestBase.java"
 		checks="FileLength"/>