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 418f7d6 Improved: Checkstyle: Variable name must match pattern (OFBIZ-11926)
418f7d6 is described below
commit 418f7d6242eaaee85e1cbd5f47fb527225df86af
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Tue Sep 15 15:27:20 2020 +0200
Improved: Checkstyle: Variable name must match pattern (OFBIZ-11926)
Slightly decreases tasks.checkstyleMain.maxErrors from 545 to 543
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 567bf35..c8e92d6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -289,7 +289,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 = 545
+ tasks.checkstyleMain.maxErrors = 543
// Currently there are a lot of errors so we need to temporarily
// hide them to avoid polluting the terminal output.
showViolations = false