This is an automated email from the ASF dual-hosted git repository.
pawan 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 9b1e130 Improved: Set checkstyleMain.maxErrors to 26678 (-4)
9b1e130 is described below
commit 9b1e13093f18db2a29a0131d27d29ba597f61f8f
Author: Pawan Verma <
[hidden email]>
AuthorDate: Mon Jun 22 21:37:40 2020 +0530
Improved: Set checkstyleMain.maxErrors to 26678 (-4)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index a1f5ae7..db4ea95 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 = 26684
+ tasks.checkstyleMain.maxErrors = 26678
// Currently there are a lot of errors so we need to temporarily
// hide them to avoid polluting the terminal output.
showViolations = false