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 13:24:56 UTC

[flink] 03/04: [hotfix][checkstyle] Enable checkstyle for flink-core/api.common.restartstrategy

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 ae1ccca7ef2a27f72cea7463be3f622dcf206dbb
Author: zentol <ch...@apache.org>
AuthorDate: Wed Sep 5 15:15:07 2018 +0200

    [hotfix][checkstyle] Enable checkstyle for flink-core/api.common.restartstrategy
---
 tools/maven/suppressions-core.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/maven/suppressions-core.xml b/tools/maven/suppressions-core.xml
index f2955f1..9789a25 100644
--- a/tools/maven/suppressions-core.xml
+++ b/tools/maven/suppressions-core.xml
@@ -76,7 +76,7 @@ under the License.
 		checks="AvoidStarImport|ArrayTypeStyle|Regexp"/>
 
 	<suppress
-		files="(.*)api[/\\]common[/\\](distributions|restartstrategy)[/\\](.*)"
+		files="(.*)api[/\\]common[/\\]distributions[/\\](.*)"
 		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 [...]
 
 	<suppress