[ofbiz-framework] branch trunk updated: Improved: Removed unused imports from Java files for fixing checkstyle errors (OFBIZ-11930)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: Removed unused imports from Java files for fixing checkstyle errors (OFBIZ-11930)

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 904dfb1  Improved: Removed unused imports from Java files for fixing checkstyle errors (OFBIZ-11930)
904dfb1 is described below

commit 904dfb1ed2c0244b31b741af17e7138504adbc16
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sat Aug 8 17:12:43 2020 +0200

    Improved: Removed unused imports from Java files for fixing checkstyle errors (OFBIZ-11930)
   
    Not sure what happened with last commit, this sets
    tasks.checkstyleMain.maxErrors from 12247 to 12223
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index cc563d8..b14d365 100644
--- a/build.gradle
+++ b/build.gradle
@@ -287,7 +287,7 @@ checkstyle {
     // the sum of errors found last time it was changed after using the
     // ‘checkstyle’ tool present in the framework and in the official
     // plugins.
-    tasks.checkstyleMain.maxErrors = 12247
+    tasks.checkstyleMain.maxErrors = 12223
     // Currently there are a lot of errors so we need to temporarily
     // hide them to avoid polluting the terminal output.
     showViolations = false