Skip to content
Permalink
Browse files

Remove 'RESOURCES' (aka try-with-resources) from 'RedundantModifier'.

  • Loading branch information
darranl committed Apr 29, 2019
1 parent 1abe471 commit f21d3b4afce0419c0c8f1bc448434706aa3e9fbd
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/main/resources/wildfly-checkstyle/checkstyle.xml
@@ -37,7 +37,7 @@
<module name="ModifierOrder"/>
<!-- Too many errors reported since Checkstyle upgrade to > 6.2 -->
<module name="RedundantModifier">
<property name="tokens" value="ANNOTATION_FIELD_DEF, RESOURCE"/>
<property name="tokens" value="ANNOTATION_FIELD_DEF"/>
</module>

<!-- Checks for blocks. You know, those {}'s -->

0 comments on commit f21d3b4

Please sign in to comment.
You can’t perform that action at this time.