Skip to content

Commit

Permalink
Update suppressions.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher authored Nov 20, 2024
1 parent e3ac7ac commit 41aec02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
<!-- files="DefaultBeanContext.java|BeanDefinitionWriter.java|DefaultHttpClient.java"/> -->

<suppress checks="MissingJavadocType" files=".*doc-examples.*" />

<suppress checks=".*" files=".*/http-poja-common/src/main/java/io/micronaut/http/poja/util/QueryStringDecoder.java" />
</suppressions>

0 comments on commit 41aec02

Please sign in to comment.