This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MSHARED-854
in repository https://gitbox.apache.org/repos/asf/maven-shared-resources.git

commit 540cdb030d6a709cde55f38ec98c5224ac32921b
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Fri Jun 5 17:39:36 2020 +0200

    [MSHARED-854] Remove cacheFile property from TreeWalker
    
    Requires Checkstyle 8.19+
---
 src/main/resources/config/maven_checks.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/resources/config/maven_checks.xml 
b/src/main/resources/config/maven_checks.xml
index fda20c4..f65e92f 100644
--- a/src/main/resources/config/maven_checks.xml
+++ b/src/main/resources/config/maven_checks.xml
@@ -60,8 +60,6 @@ under the License.
 
     <module name="TreeWalker">
 
-        <property name="cacheFile" value="${checkstyle.cache.file}"/>
-
         <property name="tabWidth" value="4"/>
 
         <!-- required for SuppressWarningsFilter (and other Suppress* rules 
not used here) -->

Reply via email to