Allow checkstyle suppression trailing comments.

This commit is contained in:
Jeremy Wood 2023-09-09 11:25:17 -04:00
parent 34b55e4b4d
commit 700b0cc81c
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B

View File

@ -380,7 +380,9 @@
<property name="format" value="TODO"/>
<property name="severity" value="warning"/>
</module>
<module name="TrailingComment"/>
<module name="TrailingComment">
<property name="legalComment" value="^\sSUPPRESS CHECKSTYLE:"/>
</module>
<module name="UncommentedMain"/>
<module name="UpperEll"/>