This is an automated email from the ASF dual-hosted git repository. jleroux 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 3dbcb70 Improved: Refactor methods signature to reduce the number of params they use (OFBIZ-12335) 3dbcb70 is described below commit 3dbcb70f78f9addd13331880748b872f20806ae2 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Oct 10 12:13:13 2021 +0200 Improved: Refactor methods signature to reduce the number of params they use (OFBIZ-12335) Forgot the change in build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9777a85..5eab219 100644 --- a/build.gradle +++ b/build.gradle @@ -336,7 +336,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 = 115 + tasks.checkstyleMain.maxErrors = 54 // Currently there are still errors so we need to temporarily // hide them to avoid polluting the terminal output. showViolations = false