Skip to content

Commit

Permalink
minor: fix CS violation
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Oct 16, 2024
1 parent 15e9d4c commit cfed242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sevntu-checks/config/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/1017 -->
<suppress id="missingMessageKeyAnnotation" files=".*" />

<!--until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/1038 -->
<!-- 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."/>

Expand Down

0 comments on commit cfed242

Please sign in to comment.