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

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: Updated tasks.checkstyleMain.maxErrors to 15022 ~(-3030)

surajk
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 e6bec12  Improved: Updated tasks.checkstyleMain.maxErrors to 15022 ~(-3030)
e6bec12 is described below

commit e6bec1214eac237a6da2c261f75949ddb05953a5
Author: Suraj Khurana <[hidden email]>
AuthorDate: Sun Jul 26 21:13:20 2020 +0530

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

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