Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyangtx committed Sep 20, 2024
1 parent b258490 commit a76a3ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/maven/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ under the License.
<suppress
files="org[/\\]apache[/\\]amoro[/\\]server[/\\]RestCatalogService\.java"
checks="Regexp"/>
<suppress
files="org[/\\]apache[/\\]amoro[/\\]server[/\\]AmoroServiceContainer\.java"
checks="Regexp"/>
<suppress
files="org[/\\]apache[/\\]amoro[/\\]TableFormat\.java"
checks="Regexp"/>

<suppress
files="org[/\\]apache[/\\]amoro[/\\]trino[/\\]iceberg[/\\]BaseConnectorTest\.java"
Expand Down

0 comments on commit a76a3ea

Please sign in to comment.