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 7ceebcc Reduced and setting tasks.checkstyleMain.maxErrors to 26953 from 27599 (-646) 7ceebcc is described below commit 7ceebcc45ec2f4ddc8df7b33369d01ffb563277c Author: Suraj Khurana <sur...@apache.org> AuthorDate: Fri May 29 13:58:05 2020 +0530 Reduced and setting tasks.checkstyleMain.maxErrors to 26953 from 27599 (-646) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 759327c..40c9711 100644 --- a/build.gradle +++ b/build.gradle @@ -286,7 +286,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 = 27599 + tasks.checkstyleMain.maxErrors = 26953 // Currently there are a lot of errors so we need to temporarily // hide them to avoid polluting the terminal output. showViolations = false