Ignore checkstyle for implNote.
This commit is contained in:
parent
f79abbf6f1
commit
6f88ce659f
checkstyle
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue