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/05/11 10:45:07 UTC

[ofbiz-framework] branch trunk updated: Improved: weekly update of tasks.checkstyleMain.maxErrors

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 448d987  Improved: weekly update of tasks.checkstyleMain.maxErrors
448d987 is described below

commit 448d9870086f79278a2d6fb41c14a88ca7db1e8d
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon May 11 12:44:52 2020 +0200

    Improved: weekly update of tasks.checkstyleMain.maxErrors
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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