Skip to content

Commit

Permalink
Allow using CHECKSTYLE:OFF comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Aug 13, 2023
1 parent b056559 commit 7233f2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 7233f2f

Please sign in to comment.