Skip to content

Commit

Permalink
config: suppress all Javadocs to allow merge of PR in checkstyle repo
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Oct 16, 2024
1 parent 678e9d9 commit 15e9d4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sevntu-checks/config/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@
<!-- until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/1017 -->
<suppress id="missingMessageKeyAnnotation" files=".*" />

<!--until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/1038 -->
<suppress checks="JavadocParagraph" message="tag should be preceded with an empty line."/>
<suppress checks="JavadocParagraph" message="Redundant .* tag."/>

</suppressions>

0 comments on commit 15e9d4c

Please sign in to comment.