You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by su...@apache.org on 2020/07/25 08:40:36 UTC

[ofbiz-framework] branch trunk updated: Improved: Updated tasks.checkstyleMain.maxErrors to 18050 ~(-2000)

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

surajk 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 b2d7f9e  Improved: Updated tasks.checkstyleMain.maxErrors to 18050 ~(-2000)
     new ca77f88  Merge branch 'trunk' of https://gitbox.apache.org/repos/asf/ofbiz-framework into trunk
b2d7f9e is described below

commit b2d7f9ea2a2ddeff585549de0c3cf8eb00a86276
Author: Suraj Khurana <su...@apache.org>
AuthorDate: Sat Jul 25 14:03:50 2020 +0530

    Improved: Updated tasks.checkstyleMain.maxErrors to 18050 ~(-2000)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 7b97118..bcf1dc7 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 = 20037
+    tasks.checkstyleMain.maxErrors = 18050
     // Currently there are a lot of errors so we need to temporarily
     // hide them to avoid polluting the terminal output.
     showViolations = false