Skip to content
Permalink
  • 3 commits
  • 1 file changed
  • 0 commit comments
  • 2 contributors
Commits on Apr 29, 2019
Checkstyle Update  for version 8.19 of the plug-in.
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 -->

No commit comments for this range

You can’t perform that action at this time.