Skip to content

Commit

Permalink
Allow the use of @SuppressWarnings with checkstyle (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-confino authored May 3, 2024
1 parent eed5c31 commit 6a95dd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,9 @@
<property name="fileExtensions" value="java" />
</module>
<module name="FileTabCharacter" />
<module name="SuppressWarningsFilter" />
<module name="TreeWalker">
<module name="SuppressWarningsHolder" />
<module name="ConstantName">
<property name="format" value="^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$" />
</module>
Expand Down

0 comments on commit 6a95dd0

Please sign in to comment.