Skip to content

Commit

Permalink
Ignore checkstyle for implNote.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Dec 12, 2024
1 parent f79abbf commit 6f88ce6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 6f88ce6

Please sign in to comment.