Skip to content

Commit

Permalink
checkstyle suppression
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <[email protected]>
  • Loading branch information
Verdent committed Jun 10, 2024
1 parent 9bfeba5 commit 92c82d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions etc/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ record here.
<suppress files="integrations/cdi/jpa-cdi/src/main/java/io/helidon/integrations/cdi/jpa/JpaExtension\.java"
checks="FileLength"/>

<!-- This can be removed once Jwt class has all Validators removed. They are deprecated now -->
<suppress files="security/jwt/src/main/java/io/helidon/security/jwt/Jwt\.java"
checks="FileLength"/>

<!--
- Module exclusions
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@
import org.eclipse.microprofile.config.spi.ConfigProviderResolver;
import org.eclipse.microprofile.jwt.JsonWebToken;

import static java.nio.charset.StandardCharsets.UTF_8;

import static io.helidon.security.EndpointConfig.PROPERTY_OUTBOUND_ID;
import static java.nio.charset.StandardCharsets.UTF_8;

/**
* Provider that provides JWT authentication.
Expand Down

0 comments on commit 92c82d6

Please sign in to comment.