You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/06/29 10:04:08 UTC

[ofbiz-framework] branch trunk updated: Improved: updates tasks.checkstyleMain.maxErrors to 26671 (-7)

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 8b8e890  Improved: updates tasks.checkstyleMain.maxErrors to 26671 (-7)
8b8e890 is described below

commit 8b8e89024912e5821a2f55bc282105a77c5dde31
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon Jun 29 12:03:28 2020 +0200

    Improved: updates tasks.checkstyleMain.maxErrors to 26671 (-7)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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