You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/05 15:39:55 UTC

[maven-shared-resources] branch MSHARED-854 created (now 540cdb0)

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

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


      at 540cdb0  [MSHARED-854] Remove cacheFile property from TreeWalker

This branch includes the following new commits:

     new 540cdb0  [MSHARED-854] Remove cacheFile property from TreeWalker

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-shared-resources] 01/01: [MSHARED-854] Remove cacheFile property from TreeWalker

Posted by sl...@apache.org.
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 <sl...@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) -->