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 9a98f5b Improved: Updates tasks.checkstyleMain.maxErrors (-2, from JavaDoc formatting)
9a98f5b is described below
commit 9a98f5b04f467b0cf1db5ee6fb78e3a39faad0c7
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Sun Jul 26 10:32:14 2020 +0200
Improved: Updates tasks.checkstyleMain.maxErrors (-2, from JavaDoc formatting)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index bcf1dc7..92edd79 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 = 18050
+ tasks.checkstyleMain.maxErrors = 18048
// Currently there are a lot of errors so we need to temporarily
// hide them to avoid polluting the terminal output.
showViolations = false