Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helidon 2.x examples #39

Merged
merged 10 commits into from
Apr 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add suppressions for Helidon 2 examples
  • Loading branch information
barchetta committed Apr 10, 2024
commit 37edeccdbe78265db1a62040b8ca07cbe7c36f4a
16 changes: 15 additions & 1 deletion etc/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
@@ -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"
@@ -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>
Loading