Skip to content

Commit

Permalink
Add suppressions for Helidon 2 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Apr 10, 2024
1 parent f4bbfb8 commit 37edecc
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion etc/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"http://checkstyle.sourceforge.net/dtds/suppressions_1_1.dtd">

<suppressions>
<!-- Code generated by openapi tools -->
<!-- Java comments, import order and style of the files should be generated by OpenApi Tools. -->
<suppress checks="ConstantName"
files="examples/openapi-tools/"/>
<suppress checks="ImportOrder"
Expand All @@ -43,4 +43,18 @@
files="examples/openapi-tools/"/>
<suppress checks="HideUtilityClassConstructor"
files="examples/openapi-tools/"/>

<suppress checks="UnusedImports"
files="examples/openapi-tools/"/>
<suppress checks="JavadocPackage"
files="examples/openapi-tools/"/>
<suppress checks="AvoidStarImport"
files="examples/openapi-tools/"/>
<suppress checks="WhitespaceAround"
files="examples/openapi-tools/"/>
<suppress checks="LineLength"
files="examples/openapi-tools/"/>
<suppress checks="MethodParamPad"
files="examples/openapi-tools/"/>

</suppressions>

0 comments on commit 37edecc

Please sign in to comment.