Author: mthl Date: Wed Oct 30 15:53:19 2019 New Revision: 1869186 URL: http://svn.apache.org/viewvc?rev=1869186&view=rev Log: Improved: Update checkstyle max error count
Modified: ofbiz/ofbiz-framework/trunk/build.gradle Modified: ofbiz/ofbiz-framework/trunk/build.gradle URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1869186&r1=1869185&r2=1869186&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/build.gradle (original) +++ ofbiz/ofbiz-framework/trunk/build.gradle Wed Oct 30 15:53:19 2019 @@ -307,7 +307,7 @@ checkstyle { // the sum of errors that were present before introducing the // âcheckstyleâ tool present in the framework and in the official // plugins. - tasks.checkstyleMain.maxErrors = 37830 + tasks.checkstyleMain.maxErrors = 37824 // Currently there are a lot of errors so we need to temporarily // hide them to avoid polluting the terminal output. showViolations = false