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.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 2bdd60e Improved: Updated tasks.checkstyleMain.maxErrors to 22945 ~(-1405)
2bdd60e is described below
commit 2bdd60e4d30a7d5d5f54aa5a7f210ddaf88d0866
Author: Suraj Khurana <
[hidden email]>
AuthorDate: Mon Jul 13 14:24:27 2020 +0530
Improved: Updated tasks.checkstyleMain.maxErrors to 22945 ~(-1405)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 69920d8..6d0989d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -287,7 +287,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 = 24550
+ tasks.checkstyleMain.maxErrors = 22945
// Currently there are a lot of errors so we need to temporarily
// hide them to avoid polluting the terminal output.
showViolations = false