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 cafed31 Improved: Updated tasks.checkstyleMain.maxErrors to 4212. ~(-1200)
cafed31 is described below
commit cafed31da696aa5ee6bda701dd493e6c64a2e6b5
Author: Suraj Khurana <
[hidden email]>
AuthorDate: Wed Aug 26 21:44:23 2020 +0530
Improved: Updated tasks.checkstyleMain.maxErrors to 4212. ~(-1200)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index dd24fb7..d991138 100644
--- a/build.gradle
+++ b/build.gradle
@@ -288,7 +288,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 = 5413
+ tasks.checkstyleMain.maxErrors = 4212
// Currently there are a lot of errors so we need to temporarily
// hide them to avoid polluting the terminal output.
showViolations = false