Allow using CHECKSTYLE:OFF comments

This commit is contained in:
Stypox 2023-08-13 23:44:10 +02:00
parent 0085ca6416
commit 1b485ddb5a
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 2 additions and 0 deletions

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"/>