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 27ddb54  Improved: Updated tasks.checkstyleMain.maxErrors to 3026. 
~(-1180)
27ddb54 is described below

commit 27ddb548b084500d0af1ef9f496663e37f806d27
Author: Suraj Khurana <suraj.khur...@hotwax.co>
AuthorDate: Fri Aug 28 17:13:08 2020 +0530

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

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

Reply via email to