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.gitThe following commit(s) were added to refs/heads/trunk by this push:
new b213271 Fixed: Updates checkstyleMain.maxErrors to fits with Buildbot report
b213271 is described below
commit b21327153a71e07a67120b12a61b102b4c965f0b
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Mon Apr 6 14:25:38 2020 +0200
Fixed: Updates checkstyleMain.maxErrors to fits with Buildbot report
Checkstyle is broken on my side (locally) because I installed the Eclipse
Checkstyle plugin
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 868caca..22bda7c 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 = 36923
+ tasks.checkstyleMain.maxErrors = 36916
// Currently there are a lot of errors so we need to temporarily
// hide them to avoid polluting the terminal output.
showViolations = false