Ignore checkstyle for implNote.

This commit is contained in:
Kavin 2024-12-12 17:47:40 +05:30
parent f79abbf6f1
commit 6f88ce659f
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 5 additions and 0 deletions
checkstyle

View File

@ -192,4 +192,9 @@
<module name="SuppressWarningsHolder" />
</module>
<!-- https://github.com/checkstyle/checkstyle/issues/11581 -->
<module name="SuppressionSingleFilter">
<property name="message" value="Unknown tag '(implNote|implSpec|apiNote)'\."/>
</module>
</module>