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 2021/01/13 21:46:19 UTC

[ofbiz-framework] branch trunk updated: Improved: decreases tasks.checkstyleMain.maxErrors from 286 to 279

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 9acee84  Improved: decreases tasks.checkstyleMain.maxErrors from 286 to 279
9acee84 is described below

commit 9acee84312f65505452a083e6caeef713a046027
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Wed Jan 13 22:46:10 2021 +0100

    Improved: decreases tasks.checkstyleMain.maxErrors from 286 to 279
    
    Thanks: Daniel
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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