Skip to content

Commit

Permalink
[hotfix][checkstyle] Enable checkstyle for flink-core/api.common.rest…
Browse files Browse the repository at this point in the history
…artstrategy
  • Loading branch information
zentol committed Sep 5, 2018
1 parent 13997d4 commit ae1ccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/maven/suppressions-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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|NoWhitespaceBefore|OperatorWrap|ParenPad"/>

<suppress
Expand Down

0 comments on commit ae1ccca

Please sign in to comment.