[ofbiz-framework] branch trunk updated: Improved: Corrects max number of checkstyle errors allowed (OFBIZ-12169)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: Corrects max number of checkstyle errors allowed (OFBIZ-12169)

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

mbrohl 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 dbecce6  Improved: Corrects max number of checkstyle errors allowed (OFBIZ-12169)
dbecce6 is described below

commit dbecce63961ddf66fe3d56cd45087f726d5f9427
Author: Michael Brohl <[hidden email]>
AuthorDate: Mon Feb 15 17:48:09 2021 +0100

    Improved: Corrects max number of checkstyle errors allowed (OFBIZ-12169)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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