Skip to content

Commit 6f88ce6

Browse files
committed
Ignore checkstyle for implNote.
1 parent f79abbf commit 6f88ce6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

checkstyle/checkstyle.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,9 @@
192192

193193
<module name="SuppressWarningsHolder" />
194194
</module>
195+
196+
<!-- https://github.com/checkstyle/checkstyle/issues/11581 -->
197+
<module name="SuppressionSingleFilter">
198+
<property name="message" value="Unknown tag '(implNote|implSpec|apiNote)'\."/>
199+
</module>
195200
</module>

0 commit comments

Comments
 (0)