Skip to content

Commit

Permalink
devonfw/ide-settings#3: add SuppressWarningsFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Aug 24, 2020
1 parent 9696403 commit e3a170d
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 @@ -130,7 +130,9 @@
<module name="SuppressionCommentFilter">
<property name="offCommentFormat" value="CHECKSTYLE\:OFF \([a-zA-Z].*\)"/>
</module>
<module name="SuppressWarningsHolder"/>
</module>
<module name="SuppressWarningsFilter"/>
<module name="FileLength"/>
<module name="FileTabCharacter"/>
<module name="JavadocPackage">
Expand Down

0 comments on commit e3a170d

Please sign in to comment.