We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678e9d9 commit 15e9d4cCopy full SHA for 15e9d4c
sevntu-checks/config/suppressions.xml
@@ -35,4 +35,8 @@
35
<!-- until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/1017 -->
36
<suppress id="missingMessageKeyAnnotation" files=".*" />
37
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
+
42
</suppressions>
0 commit comments