Allow using CHECKSTYLE:OFF comments

This commit is contained in:
Stypox
2023-09-22 10:14:45 +02:00
parent 0085ca6416
commit 1b485ddb5a
+2
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"/>