Skip to content
Permalink
Browse files

Move 'cacheFile' property up to 'Checker' module.

  • Loading branch information
darranl committed Apr 29, 2019
1 parent 007907d commit 1abe47182a1c1b72e8022522a6b992713cd60d49
Showing with 3 additions and 2 deletions.
  1. +3 −2 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"/>

0 comments on commit 1abe471

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