Skip to content

Commit

Permalink
[hotfix] Fix the style check failure of flink-sql-parser when enablin…
Browse files Browse the repository at this point in the history
…g docs-and-source profile
  • Loading branch information
KurtYoung committed Aug 9, 2019
1 parent f827360 commit a2005c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/maven/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ under the License.
<suppress
files="org[\\/]apache[\\/]hadoop[\\/]util[\\/]VersionInfo.java"
checks=".*"/>
<!-- Classes generated by sql parser -->
<suppress
files="generated-sources[\\/]org[\\/]apache[\\/]flink[\\/]sql[\\/]parser[\\/]impl[\\/].*..java"
checks=".*"/>
</suppressions>

0 comments on commit a2005c0

Please sign in to comment.