Skip to content

Commit

Permalink
[FLINK-20651] Add suppressions for breakage after google-java-format …
Browse files Browse the repository at this point in the history
…formatting

The reformatting increases file length for some files.
  • Loading branch information
aljoscha authored and zentol committed Dec 28, 2020
1 parent acccb1a commit 640ddd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/maven/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ under the License.
<suppress files="NoticeFileChecker.java" checks="Regexp"/>
<suppress files="NoticeFileChecker.java" checks="IllegalImport"/>

<suppress files="JoinOperator.java" checks="FileLength"/>
<suppress files="WindowOperatorTest.java" checks="FileLength"/>
<suppress files="WindowOperatorContractTest.java" checks="FileLength"/>
<suppress files="NFAITCase.java" checks="FileLength"/>

<suppress files="org[\\/]apache[\\/]flink[\\/]formats[\\/]avro[\\/]generated[\\/].*.java" checks="[a-zA-Z0-9]*"/>
<suppress files="org[\\/]apache[\\/]flink[\\/]formats[\\/]parquet[\\/]generated[\\/].*.java" checks="[a-zA-Z0-9]*"/>
<!-- Sometimes we have to temporarily fix very long, different formatted Calcite files. -->
Expand Down

0 comments on commit 640ddd6

Please sign in to comment.