[ofbiz-framework] branch trunk updated: Improved: right number of errors for check style (things changes quickly)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: right number of errors for check style (things changes quickly)

jleroux@apache.org
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 c52786c  Improved: right number of errors for check style (things changes quickly)
c52786c is described below

commit c52786cee1514bd78540a327b54c0ab1b910d71b
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Thu Apr 16 19:27:44 2020 +0200

    Improved: right number of errors for check style (things changes quickly)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 702bda1..4a79b4a 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 = 36908
+    tasks.checkstyleMain.maxErrors = 36910
     // Currently there are a lot of errors so we need to temporarily
     // hide them to avoid polluting the terminal output.
     showViolations = false