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 ed3e926  Improved: Updated tasks.checkstyleMain.maxErrors to 5424. 
~(-2800)
ed3e926 is described below

commit ed3e926b76510ffbfafd9b1654674b7615e9ddd7
Author: Suraj Khurana <[email protected]>
AuthorDate: Sat Aug 22 13:27:10 2020 +0530

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

diff --git a/build.gradle b/build.gradle
index 72498db..d87022d 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 = 8223
+    tasks.checkstyleMain.maxErrors = 5424
     // 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