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 f180878 Improved: Updated tasks.checkstyleMain.maxErrors to 751. ~(-1250) f180878 is described below commit f180878eceb1e50d904c3c8e47b8a17850f87d1f Author: Suraj Khurana <suraj.khur...@hotwax.co> AuthorDate: Fri Sep 4 12:31:09 2020 +0530 Improved: Updated tasks.checkstyleMain.maxErrors to 751. ~(-1250) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8062797..eb7f1a6 100644 --- a/build.gradle +++ b/build.gradle @@ -289,7 +289,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 = 2007 + tasks.checkstyleMain.maxErrors = 751 // Currently there are a lot of errors so we need to temporarily // hide them to avoid polluting the terminal output. showViolations = false