Skip to content

Commit 15e9d4c

Browse files
committed
config: suppress all Javadocs to allow merge of PR in checkstyle repo
1 parent 678e9d9 commit 15e9d4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sevntu-checks/config/suppressions.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@
3535
<!-- until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/1017 -->
3636
<suppress id="missingMessageKeyAnnotation" files=".*" />
3737

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

0 commit comments

Comments
 (0)