Skip to content
Permalink
Browse files

Merge pull request #13 from darranl/checkstyle_update

Checkstyle Update  for version 8.19 of the plug-in.
  • Loading branch information
jamezp committed Apr 29, 2019
2 parents 007907d + f21d3b4 commit 903c3041e7f69b354456ae081c4cce3c5dd5bdf7
Showing with 4 additions and 3 deletions.
  1. +4 −3 src/main/resources/wildfly-checkstyle/checkstyle.xml
@@ -4,6 +4,9 @@
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">

<module name="Checker">

<property name="cacheFile" value="${checkstyle.cache.file}"/>

<module name="FileTabCharacter">
<property name="eachLine" value="true"/>
</module>
@@ -16,8 +19,6 @@

<module name="TreeWalker">

<property name="cacheFile" value="${checkstyle.cache.file}"/>

<!-- Checks for imports -->
<module name="AvoidStarImport">
<property name="allowStaticMemberImports" value="true"/>
@@ -36,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 903c304

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