Allow using CHECKSTYLE:OFF comments

This commit is contained in:
Stypox 2023-08-13 23:44:10 +02:00
parent b7f196d920
commit 61beb58f16

View file

@ -69,6 +69,8 @@
<module name="SuppressWarningsFilter" />
<module name="TreeWalker">
<module name="SuppressionCommentFilter"/>
<!-- Checks for Javadoc comments. -->
<!-- See https://checkstyle.org/config_javadoc.html -->
<module name="InvalidJavadocPosition"/>