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/09/12 06:41:59 UTC

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

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 91b391d  Improved: Updated tasks.checkstyleMain.maxErrors to 590. ~(-160)
91b391d is described below

commit 91b391dfb0cae11403a733b7d779c0cb47c550c2
Author: Suraj Khurana <su...@hotwax.co>
AuthorDate: Sat Sep 12 12:11:37 2020 +0530

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

diff --git a/build.gradle b/build.gradle
index eb7f1a6..549e276 100644
--- a/build.gradle
+++ b/build.gradle
@@ -289,7 +289,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 = 751
+    tasks.checkstyleMain.maxErrors = 590
     // Currently there are a lot of errors so we need to temporarily
     // hide them to avoid polluting the terminal output.
     showViolations = false